Hey all
in a form i have a combobox where the user selects the category. The selection determines which listbox appears (i did it with a SELECT CASE statement and .visible=true/false)
I placed the statement in the AfterUpdate event of the combobox and i call it in the OnCurrent event of the form (Call cboCAT_AfterUpdate)
The form works actually fine but the problem is: when i close the form and reopen it and i want to browse through the already entered records, all i can see is the combobox.
The underlying table of the form however lists the records as they should be.
I just want the combo to let me select when a new record is about to be entered.
Has anybody an idea?
Thanks in advance
Chris
in a form i have a combobox where the user selects the category. The selection determines which listbox appears (i did it with a SELECT CASE statement and .visible=true/false)
I placed the statement in the AfterUpdate event of the combobox and i call it in the OnCurrent event of the form (Call cboCAT_AfterUpdate)
The form works actually fine but the problem is: when i close the form and reopen it and i want to browse through the already entered records, all i can see is the combobox.
The underlying table of the form however lists the records as they should be.
I just want the combo to let me select when a new record is about to be entered.
Has anybody an idea?
Thanks in advance
Chris