bogglebeats
Registered User.
- Local time
- Today, 20:02
- Joined
- Dec 19, 2002
- Messages
- 53
I am trying to Open a subform on the last record each time the main form records are navigated
when i try the following:
Private Sub Form_Current()
DoCmd.GoToRecord , , acLast
End Sub
it works, but the record is locked, i cant add new record or navigate. when i try this command (DoCmd.GoToRecord , , acLast) on form load it only works on the first record when the form loads, when i switch the records on my main form (clients) the subform (client stages) open on the first record. any ideas on how to open a subform on the last record even when the record on the main form changes? i hope i am clear. thanks.
ameen
when i try the following:
Private Sub Form_Current()
DoCmd.GoToRecord , , acLast
End Sub
it works, but the record is locked, i cant add new record or navigate. when i try this command (DoCmd.GoToRecord , , acLast) on form load it only works on the first record when the form loads, when i switch the records on my main form (clients) the subform (client stages) open on the first record. any ideas on how to open a subform on the last record even when the record on the main form changes? i hope i am clear. thanks.
ameen