I'm using a code to transfer data from a user form in excel to an access data base.
with rs
.addnew
.field ("status") =combobox1.valu e
All data tranfers when an entry is made in the combo/text box however a user may leave them blank. This then throws up a runtime error, can anybody help please.
Regards
nominoo
with rs
.addnew
.field ("status") =combobox1.valu e
All data tranfers when an entry is made in the combo/text box however a user may leave them blank. This then throws up a runtime error, can anybody help please.
Regards
nominoo
Comment