G
Guest
I have a form with six combo boxes that are used to select "Nip ID" values
from a table. The application is a machine process set-up and I want to track
the number of hours that have accumulated on rubber Nips so they can be
changed before they fail.
I would like to have the combo boxes default to the value in the previous
record. I found a posting with some code which is suppose to do this but I
can't get it to work. My skill level is Access Beginner, so please be
specific.
The following is the code I'm trying to use:
Private Sub Nip_9_AfterUpdate()
Me.Nip_9.DefaultValue = Chr(34) & Me.Nip_9 & Chr(34)
End Sub
from a table. The application is a machine process set-up and I want to track
the number of hours that have accumulated on rubber Nips so they can be
changed before they fail.
I would like to have the combo boxes default to the value in the previous
record. I found a posting with some code which is suppose to do this but I
can't get it to work. My skill level is Access Beginner, so please be
specific.
The following is the code I'm trying to use:
Private Sub Nip_9_AfterUpdate()
Me.Nip_9.DefaultValue = Chr(34) & Me.Nip_9 & Chr(34)
End Sub