G
Guest
I use the following line to locate a recordset in my tabl
rs.FindFirst "[Project Number] = '" & ProjNum & "'
I would like to generate a message to the user if it can't find that specific record. How is this done
Daniel
rs.FindFirst "[Project Number] = '" & ProjNum & "'
I would like to generate a message to the user if it can't find that specific record. How is this done
Daniel