S
sheela
I like to display the last saved record from the database
into in a form, when ever the form is open. In the form
load I added the following code:
Private Sub Form_Load()
DoCmd.GoToRecord , , acLast
End Sub
It doesn't work. All the fields in the form are bound to
the table fields, except one field in the form is unbound.
Is it causing the problem?
Thanks for any help.
sheela
into in a form, when ever the form is open. In the form
load I added the following code:
Private Sub Form_Load()
DoCmd.GoToRecord , , acLast
End Sub
It doesn't work. All the fields in the form are bound to
the table fields, except one field in the form is unbound.
Is it causing the problem?
Thanks for any help.
sheela