I have a form which contains a date field. After the user has entered the relevant information on the form I use some sql to run an append query to write some of these fields to another table. One of these is this date field.
However, inputting the date on this form is not mandatory so sometimes when the sql string is run I am trying to append the field in the other table with a null date value and I get an error. I want to be able to do this, here is a section of my sql string, what do I need to change here so it will append a date with a null value
However, inputting the date on this form is not mandatory so sometimes when the sql string is run I am trying to append the field in the other table with a null date value and I get an error. I want to be able to do this, here is a section of my sql string, what do I need to change here so it will append a date with a null value
Code:
", #" & Me!Date & "#..........