Hi
I require some help please.
I have a access database with a module which works out a certain date 20 days from a day in a field.
The module adds a function called AddWkDays which I call upon in a query. Below is the line in the query:
AdmitBy: AddWkDays([DateReceivedForm],20,"17")
This works out 20 days from the date entered in the field [DateReceivedForm].
The problem I have is when I open the form based on this query i get a run time error if no date is entered in this field.
How can i get the function to ignore the calculation if the date is blank?
Many thanks in advance
Dazstarr
I require some help please.
I have a access database with a module which works out a certain date 20 days from a day in a field.
The module adds a function called AddWkDays which I call upon in a query. Below is the line in the query:
AdmitBy: AddWkDays([DateReceivedForm],20,"17")
This works out 20 days from the date entered in the field [DateReceivedForm].
The problem I have is when I open the form based on this query i get a run time error if no date is entered in this field.
How can i get the function to ignore the calculation if the date is blank?
Many thanks in advance
Dazstarr