Hello Experts,
Please could anyone tell me what is wrong with the code below. It throws an error of application:
This code is in a module called by a number of programs. F03 contains a field name as text and V03 contains a date value. Thanks.
Please could anyone tell me what is wrong with the code below. It throws an error of application:
Code:
If (Not IsNull(Forms(ForName).F03)) And (Forms(ForName).F03 <> "") _
And (Not IsNull(Forms(ForName).V03)) And (Forms(ForName).V03 <> "") Then