2
Answers

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

J Vs

J Vs

5y
521
1
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)