Controlling Table Values...

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
You probably need the DLookup function. Look it up in VBA Help to see if it
will work for you. If not, post back with a detailed description of what
you want and we can find the right answer.
 
OK, thanks.

Klatuu said:
You probably need the DLookup function. Look it up in VBA Help to see if it
will work for you. If not, post back with a detailed description of what
you want and we can find the right answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top