C
Clyde Ellingwood
I have form that that uses a tab control. The first tab
displays information from a table that is table for the
form. The second tab has a another form that uses another
table. There is enforced referential Integrity between
the two table. Its a one to many.
In the second page/Form there are self made naviagation
buttons using the DoCmd.GotoRecord, Add record, Last
Record, Next record etc. If you click Next Record, the
form moves to a new record and popluates the linked
field. Click again it displays its at the last record.
If I use Last Record, the recordset does not advance and
stays on the "Last Record".
Any ideas how I should handle this, I prefer the user not
going to a new record unless they Click New Record.
Hope this makes sense
Thanks
Clyde
displays information from a table that is table for the
form. The second tab has a another form that uses another
table. There is enforced referential Integrity between
the two table. Its a one to many.
In the second page/Form there are self made naviagation
buttons using the DoCmd.GotoRecord, Add record, Last
Record, Next record etc. If you click Next Record, the
form moves to a new record and popluates the linked
field. Click again it displays its at the last record.
If I use Last Record, the recordset does not advance and
stays on the "Last Record".
Any ideas how I should handle this, I prefer the user not
going to a new record unless they Click New Record.
Hope this makes sense
Thanks
Clyde