Lookup Table

  • Thread starter Thread starter Nylex
  • Start date Start date
N

Nylex

I know how to look up a max number if I have the Table opened but how do I
find an answer if the table is not opened
Table Name “WorkOrders†Field with no in it “InvNoâ€
Is it possible
 
Nylex said:
I know how to look up a max number if I have the Table opened but how
do I find an answer if the table is not opened
Table Name "WorkOrders" Field with no in it "InvNo"
Is it possible

In code, or in a form/report control expression you can use the
expression...
=DMax("InvNo", "WorkOrders")
 

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