techkenny1
Technical User
Hi
on a form I use the following code:
Me.Date12 = gstrDate12 on a command button
on a second form I use this code, on Load, gstr.Date12 = Me.Date12 so that the data will roll over onto the second form.
How do I write the code when the text field has no data so that the "invalid use of null" does not appear.
Many thanks,
Ken
on a form I use the following code:
Me.Date12 = gstrDate12 on a command button
on a second form I use this code, on Load, gstr.Date12 = Me.Date12 so that the data will roll over onto the second form.
How do I write the code when the text field has no data so that the "invalid use of null" does not appear.
Many thanks,
Ken