J
JP SIngh
Hi All
I have a form which displays values in 3 textboxes based on the value
selected in the dropdown. It all works well when I change the value in the
dropdown combobox the textfields change to reflect the new values.
However when I am browsing the records using movenext, moveprevious buttons
the textboxs keep the values of the first record.
If i was browsing the records using my own command buttons i could write the
following code in the button click event to make it work
Me!txtEventDate = Me!Combo55.Column(2)
Me!txtArtist = Me!Combo55.Column(1)
Me!txtEventName = Me!Combo55.Column(3)
But I don't know where to put this code when using the access 2000 built in
record navigation buttons
Can someone please help
thanks
I have a form which displays values in 3 textboxes based on the value
selected in the dropdown. It all works well when I change the value in the
dropdown combobox the textfields change to reflect the new values.
However when I am browsing the records using movenext, moveprevious buttons
the textboxs keep the values of the first record.
If i was browsing the records using my own command buttons i could write the
following code in the button click event to make it work
Me!txtEventDate = Me!Combo55.Column(2)
Me!txtArtist = Me!Combo55.Column(1)
Me!txtEventName = Me!Combo55.Column(3)
But I don't know where to put this code when using the access 2000 built in
record navigation buttons
Can someone please help
thanks