|
I have a table for all my combox boxes.
ID: AutoNumber
ComboName: text
ComboValue: text with no duplicates
I have create a query based on this table.
I have also created two forms based on this query.
The main form has a combo box with the name
The subform has the field ComboValue which opens in datasheet view
I have the form requery based on change to the combo box and it works
fine.
Problems:
When I delete from the subform, the combo box get the #deleted# message
and I can no no longer change the combo box value until I close and
open the form.
What I've tried so far:
I tried to make the form requery after deletion and also tried requery
in several different places to try and make it work.
I also tried to make the form close and open after a change. and
variations of requery and close/open the form.
Bottom Line: I need help to create a place for the customer to go and
select the drop down name from a combo box and be able to update the
list that shows below.
I know how to create several combo boxes where they can be updated
based on the query, but that I believe is the hard way.
Thanks. |