G
Guest
Hi,
I want to make something like that:
There is a form called A. And there are A & B tables. The row source of form
A is table A.
Briefly, I want to check a field of table B by VBA code. (With IsNull or
something like that...)
I can make it with DCount function. It checks all records. But i want to
check one record. So it is not right code for me.
I want to make something like that:
There is a form called A. And there are A & B tables. The row source of form
A is table A.
Briefly, I want to check a field of table B by VBA code. (With IsNull or
something like that...)
I can make it with DCount function. It checks all records. But i want to
check one record. So it is not right code for me.