OpenRecordSet - Question

L

Les

Hi all, i am not a programmer but like to dabble with VBA.

My question is, how to select the last entry in a table.

Any input would be appreciated
 
H

Harry

Hi Les,

You could use the code DoCmd.GoToRecord , , acLast
to use with a button or lets say at form open

Good Luck
Harry
 
Top