B
Bill Mitchell
What is the best way to programmatically navigate to the
most recently created record on a continuous form? I use
random numbering for my Primary Key so that wont work.
I have been setting a DateID value for each record that
defaults to Now() when the record is created then I look
for DMax("[DateID]",MyTable) to find it.
I am not sure how well this will work in multiuser
though. When I ask to go to the most recent record there
will it go to the one i've created or the one most
recently created by anyone?
Any elegant workarounds on this? I am guessing there is
something built-in somehwhere i dont know about.
most recently created record on a continuous form? I use
random numbering for my Primary Key so that wont work.
I have been setting a DateID value for each record that
defaults to Now() when the record is created then I look
for DMax("[DateID]",MyTable) to find it.
I am not sure how well this will work in multiuser
though. When I ask to go to the most recent record there
will it go to the one i've created or the one most
recently created by anyone?
Any elegant workarounds on this? I am guessing there is
something built-in somehwhere i dont know about.