B
Bill R via AccessMonster.com
....[mdb] can't find.
This is strange! I have the following code:
If Not IsNull(Me.txtMSDSID) Then
id = Me.txtMSDSID
The VBA evaluates the first line just fine. So why do I get the subject error
msg evaluating the 2nd line?
This is strange! I have the following code:
If Not IsNull(Me.txtMSDSID) Then
id = Me.txtMSDSID
The VBA evaluates the first line just fine. So why do I get the subject error
msg evaluating the 2nd line?