G
Guest
The Access 2002 code behind my maintenance form loops through a recordset of
serialized items to be fixed and writes maintenance records for those items
using action queries (like INSERT...). Sometimes the dates for all or some
maintenance/configuration information is Null: For example, if the serialized
item will not even turn on then the tech cannot get various hardware and/or
software dates. I then get "Error #3075: Syntax error in date in query
expression '##'." I need a generalized solution for handling date null
values before they get to the action query. Otherwise I have to write more
than a dozen different queries depending on which dates are missing.
serialized items to be fixed and writes maintenance records for those items
using action queries (like INSERT...). Sometimes the dates for all or some
maintenance/configuration information is Null: For example, if the serialized
item will not even turn on then the tech cannot get various hardware and/or
software dates. I then get "Error #3075: Syntax error in date in query
expression '##'." I need a generalized solution for handling date null
values before they get to the action query. Otherwise I have to write more
than a dozen different queries depending on which dates are missing.