R
Rob Wiltbank
I have a form which I am validating and manipulating using VBA. I have an
unbound control that's setup to store a short date, however, the table to
which the form is linked to, that value can be null.
I build the SQL query and execute with doCmd.RunSQL -- I first get the
message confirming the append and, if the value of that DOB is null, an
error "Microsoft Office Access can't append all the records in the append
query."
My question: Are you able to bypass the confirmation and append error?
unbound control that's setup to store a short date, however, the table to
which the form is linked to, that value can be null.
I build the SQL query and execute with doCmd.RunSQL -- I first get the
message confirming the append and, if the value of that DOB is null, an
error "Microsoft Office Access can't append all the records in the append
query."
My question: Are you able to bypass the confirmation and append error?