I have an append query that enters a day's routes to a dispatch table, based on the value of a combo box. There are also two fields that are populated at time of departure and return, respectively. I want to make sure no one can enter the day's routes twice. In other words if a record contains a route but not a departure time, the query won't run.
I think I need an If statement but I am having trouble with the syntax.
I think I need an If statement but I am having trouble with the syntax.