M
Martin Edwards
Hi
I'm trying to check whether or not a specifik card nr is allready used in
the database.
I have a table called members with two rows called cardnr and name, and a
form named frmmembers with a textbox called card
When writing the cardnr in the form, how is it possible in access to
determine if the cardnr i allready in use?
I have tried the dlookup vba command like this
dlookup("[name]", "members", "[cardnr]=" & form![frmmembers]!card)
That is set to run after every update of the textbox.
Hope you can help
/Martin
I'm trying to check whether or not a specifik card nr is allready used in
the database.
I have a table called members with two rows called cardnr and name, and a
form named frmmembers with a textbox called card
When writing the cardnr in the form, how is it possible in access to
determine if the cardnr i allready in use?
I have tried the dlookup vba command like this
dlookup("[name]", "members", "[cardnr]=" & form![frmmembers]!card)
That is set to run after every update of the textbox.
Hope you can help
/Martin