R
Renraf
Based on a condition, I want to make a date field blank/empty/null. How do I
do this? I tried
Me.Stop=Null
&
Me.Stop=""
But it gave me a very strange error (Run-time error '-2147352567
(80020009)': The object doesn't contain the Automation object 'DailyLogs.')
"DailyLogs" is the name of the parent form. But when I set it equal to any
other arbitrary value, it works.
do this? I tried
Me.Stop=Null
&
Me.Stop=""
But it gave me a very strange error (Run-time error '-2147352567
(80020009)': The object doesn't contain the Automation object 'DailyLogs.')
"DailyLogs" is the name of the parent form. But when I set it equal to any
other arbitrary value, it works.