I have a form with a table recordsource and two comboboxes: cboCompany and cboOrder. When the user "tabs" through the records, I update appearance of the combo boxs as the records change, with code in the Form_Current event.
Unfortunately I get "No current record" error immediately after tabbing from the last record. Why is this? I am exiting my sub if EOF/BOF are trapped.
thanks, as always
RK
Unfortunately I get "No current record" error immediately after tabbing from the last record. Why is this? I am exiting my sub if EOF/BOF are trapped.
thanks, as always
RK