B
Boon
I have a table Customer. In table Customer, there is a field "ID".
The user will open a form and input a new ID, the VBA will then search
through the table Customer to check whether this new ID is already in the
table.
I use Dlookup, and if it returns null then there is no value. Is this the
best way to do? Is there a better way?
thanks
The user will open a form and input a new ID, the VBA will then search
through the table Customer to check whether this new ID is already in the
table.
I use Dlookup, and if it returns null then there is no value. Is this the
best way to do? Is there a better way?
thanks