Hi to all,
just ran into a problem:
I wrote a function which works with several values collected on a
form. I thought it would be no problem, if the fields were empty,
because I made the function taking care of null-values.
Then I realized that I get an error when I try to pass the values like
that:
DatNext = A_Task_Next_Fct (Me![Task_ID],
Me![Task_Cycle],Me![Date_First, Me![Date_Last])
whenever one of the fields is empty.
What would be the correct way to handle this?
Thanks in advance.
Uwe
just ran into a problem:
I wrote a function which works with several values collected on a
form. I thought it would be no problem, if the fields were empty,
because I made the function taking care of null-values.
Then I realized that I get an error when I try to pass the values like
that:
DatNext = A_Task_Next_Fct (Me![Task_ID],
Me![Task_Cycle],Me![Date_First, Me![Date_Last])
whenever one of the fields is empty.
What would be the correct way to handle this?
Thanks in advance.
Uwe
Comment