G
Guest
Dear Sirs
How can I open a form so, that it opens immediately in the next record mode.
I have the following code to open that form:
Private Sub receivedpayments_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = “receivedpaymentsâ€
stLinkCriteria = “[clientnumber] =†& Me![clientnumber]
Me.[dummyform].SourceObject = “receivedpaymentsâ€
How can I alter my code to tell the Form to open instead of showing the
first record – the “last plus one record� so that I can immediately to input
data when the for opens.
Thanks
Klaus
How can I open a form so, that it opens immediately in the next record mode.
I have the following code to open that form:
Private Sub receivedpayments_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = “receivedpaymentsâ€
stLinkCriteria = “[clientnumber] =†& Me![clientnumber]
Me.[dummyform].SourceObject = “receivedpaymentsâ€
How can I alter my code to tell the Form to open instead of showing the
first record – the “last plus one record� so that I can immediately to input
data when the for opens.
Thanks
Klaus