refrence a table

T

Tom

Hello there

I want to write a code as follows for the table :

CheckCriteria = Forms![ENTER METRIC TO INPUT METRIC]!
[ENTER METRIC TO INPUT METRIC Subform].Form!IM_Name

The above code have a checkcriteria function which
refrences to the form.

Now if i want to refrence a table how can i do that.
I would appreciate if somebody could help me on that.

Thank you.
 
K

Ken Snell [MVP]

Reference a table? In what way? Do you want to get a value from a table? If
yes, use the DLookup function to obtain a value from a record in a
table...see how to use it in Help file.
 

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

Top