B
Benny
On a form I have a combobox with names en surnames; when I select an item in
this combobox the record showed on the form is updated. Now when I select a
first, previous, next and last record with the recordselectors at the bottom
of the form my comboboxItem is not updated. How can I tracking a
recordnavigation on the recordselectors on the bottom of the form so I can
use something like this :
Private Sub RecordTracking
cboBox.text = Me.MyRecordField.value
End Sub
Thanks in advance
Benny
this combobox the record showed on the form is updated. Now when I select a
first, previous, next and last record with the recordselectors at the bottom
of the form my comboboxItem is not updated. How can I tracking a
recordnavigation on the recordselectors on the bottom of the form so I can
use something like this :
Private Sub RecordTracking
cboBox.text = Me.MyRecordField.value
End Sub
Thanks in advance
Benny