I have a simple macro which does the following:
(1) It opens a table and allows me to enter a record at the end of the table which it automatically saves.
For this example, the record saved in the table is number 100. (This is copied information that creates the new record).
(2) The macro next opens a form that is linked to this table and it is instructed to go to the "last record".
The purpose of this would be to enter additional information coming from a written source.
The problem is this:
(A) The form opens to number "99" which does not correspond to the record number in the table, which is 100.
So I cannot enter the information into the form view which should correspond to record 100 as it stops at 99.
I have to then close the form and reload it and then the form record number indicator shows the last one now as 100 so I can finish my data entry.
(B) If I do not use a macro and enter a record into the same table (#100) and then open the form and go to the last record, it is there "but the macro will not do that".
I note that the form properties are the same with or without the macro and the table has no changes in properties. And I do not wish to develope a query or use language programming so help getting this simple macro to work would be appreciated