G
Guest
I really need some help.
When you open the form it asks for an acct number and then runs an update
query. then all the info is displayed into the form. The user may also make
changes via the form to records in the table.
My problem is it wont always display the acct info that was just inserted
into the table. It will grab the first record and display it.
I added an auto number to the table and then tried to use the find last
record to display but it wont work consistantly.
I am trying to use this code on the form load but it isnt working correctly.
docmd.FindRecord("Max [ecmform].[Lat]",acEntire,,acSearchAll,,acAll,,)
Any ideas? I am in a real jam here.
Thanks
When you open the form it asks for an acct number and then runs an update
query. then all the info is displayed into the form. The user may also make
changes via the form to records in the table.
My problem is it wont always display the acct info that was just inserted
into the table. It will grab the first record and display it.
I added an auto number to the table and then tried to use the find last
record to display but it wont work consistantly.
I am trying to use this code on the form load but it isnt working correctly.
docmd.FindRecord("Max [ecmform].[Lat]",acEntire,,acSearchAll,,acAll,,)
Any ideas? I am in a real jam here.
Thanks