Posts: 477
Name: Chip Johns
Location: Savannah Georgia
|
What to do. I get messed up with dates all the time.
I have a form that adds a record to an access db.
There is a form date field that may or maynot have a value in it.
If the form field is empty (no date entered,) and no value is passed the sql statement crashes.
What can I do to make this work? Is there a way of using an if statement in the sql statement to exclude adding a date when none exists? Or, is there another method to keep this from crashing on me?
I hope this makes sense..
Thanks for any help..
Chip
|