Hi,
i basically have a combobox that when selected checks all the check boxes that are applicable for that customer. Now the checked boxes i want to export these out in excel. it was working fine previously when the checkboxes were not bound, but now that they are bound its not working.. and am getting an error "ms access the expression you entered has a field, control or property name that DB cant find"
i have a customer table with customerID and Customer name
the combobox basically show customer name
the form also has about 10 checkboxes (name is where i have written the append query names, so that when its checked it runs that append query), when the customer name is selected in the combobox, it checks off the certain boxes that are applicable to that customer, it then basically runs some append queries for these checked check boxes and generates another table "tbledits" that i then want to export out to an excel.
so here is the code for the export that i was using
PLEASE HELP!!! thanks Summer
i basically have a combobox that when selected checks all the check boxes that are applicable for that customer. Now the checked boxes i want to export these out in excel. it was working fine previously when the checkboxes were not bound, but now that they are bound its not working.. and am getting an error "ms access the expression you entered has a field, control or property name that DB cant find"
i have a customer table with customerID and Customer name
the combobox basically show customer name
the form also has about 10 checkboxes (name is where i have written the append query names, so that when its checked it runs that append query), when the customer name is selected in the combobox, it checks off the certain boxes that are applicable to that customer, it then basically runs some append queries for these checked check boxes and generates another table "tbledits" that i then want to export out to an excel.
so here is the code for the export that i was using
PLEASE HELP!!! thanks Summer
Last edited: