G
Guest
I open a form using the following command
DoCmd.OpenForm "Employee", , , "EmployeeID = '" & Me![JobNumber] & "'"
form opens to the correct record.
But you can accidentaly move to a blank record with the scrool button on my
mouse, and with pagedown.
How can I fix to not accidentaly move to a blank record?
DoCmd.OpenForm "Employee", , , "EmployeeID = '" & Me![JobNumber] & "'"
form opens to the correct record.
But you can accidentaly move to a blank record with the scrool button on my
mouse, and with pagedown.
How can I fix to not accidentaly move to a blank record?