R
Rusty Rutherford
I'm trying to have DLookup return the second row in a table in report. I've
tried the following but it doesn't work.
DLookUp("[Name]","Table","[AutoNumber] =" & ((SELECT Min(AutoNumber) FROM
Table)+1))
Any suggestions?
Thanks!
tried the following but it doesn't work.
DLookUp("[Name]","Table","[AutoNumber] =" & ((SELECT Min(AutoNumber) FROM
Table)+1))
Any suggestions?
Thanks!