J Vs

J Vs

  • 1.6k
  • 52
  • 2.7k

If data is not in Access DB then create pop up..

Aug 8 2019 12:56 AM
So I am querying my Access DB and need a pop up window to alert if the detail is not in the Access db.
 
 
 it would have to be something like
 
if ( firstname not in Access DB)
{
 messagebox.show("user not found");
 

Answers (2)