H
hawk
I have a database all built off one main table of data. New data is
entered through a form with approx. 20 combo boxes, which all link
into the main data table. I am trying to create a "copy" button that
will take an existing entry and create an identical entry at the end
of the table, for easy updating purposes. I've created an append query
that grabs the value from each combo box and appends to the main data
table, but it is getting tripped up when it comes across a blank combo
box (the field for that entry just doesn't contain any data).
How do I go about telling my append query to enter nothing, zero, etc.
when it comes across one of these blank combo boxes?
Thanks in advance
entered through a form with approx. 20 combo boxes, which all link
into the main data table. I am trying to create a "copy" button that
will take an existing entry and create an identical entry at the end
of the table, for easy updating purposes. I've created an append query
that grabs the value from each combo box and appends to the main data
table, but it is getting tripped up when it comes across a blank combo
box (the field for that entry just doesn't contain any data).
How do I go about telling my append query to enter nothing, zero, etc.
when it comes across one of these blank combo boxes?
Thanks in advance