maybe there's a small nuance I'm missing when using DLookUp with a date as the criteria...
my DMax returns correctly
I do not get an error with my DLookup
BUt the DlookUp retuns the wrong value...
perplexed.. (but with thanks in advance for any assistance), mark
vMaxDate = DMax("[Version_Date]", "tblVersionInfo")
vlblVersion_Info = DLookup("[Version_ID]", "tblVersionInfo", "'[Version_date] = " & vMaxDate & "'")
Me.lblVersion_Info.Caption = vlblVersion_Info