Hello,
Being an Excel guy by nature, I'm trying to find something equivalent to [activecell.value=""] within the code of an Access form. The code to run after an 'on click' event needs to verify if any value exists in a particular text box. So I try something like this:
If Access.acTextBox"Account No".Value = Null Then
msgbox...
Any help would be greatly appreciated.
RO
Being an Excel guy by nature, I'm trying to find something equivalent to [activecell.value=""] within the code of an Access form. The code to run after an 'on click' event needs to verify if any value exists in a particular text box. So I try something like this:
If Access.acTextBox"Account No".Value = Null Then
msgbox...
Any help would be greatly appreciated.
RO