Dlookup Q:

  • Thread starter Thread starter Gil Stone
  • Start date Start date
G

Gil Stone

Hi,
I use
If Nz(DLookup("[Version]", "[tblFileversion]"), "") = "20061218" Then
Me.Visible = False
to check the last file version.
How do I point DLookup to the last table autonumber's entry?
TIA
Gil
 
Assuming the AutoNumber is set to Increment, rather than Random, you should
be able to use DMax.
 

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

Similar Threads

DLookup and Nz 0
Max value 4
Emailing Question from my DB 2
Email Through Windows Live! 2
dlookup with loop 1
Adding a CC to email code! 7
Add to text box String 4
Bound a DLookUp Value 2

Back
Top