K
Kevin
I am developing a database application using Access 2002.
This is my first attempt at using Access 2002, but I have
extensive experience with Access 97.
I have a form I use to log people onto my application. I
need to check that a field on the form has been completed.
In Access 97 I would just use an if statement like this:
IF(ISNULL(Me!fieldName))then
....
End If
That does not work here. I suspect it has something to do
with references, but am not sure. Please help! If it is a
reference problem, which one would I need?
TIA
Kevin
This is my first attempt at using Access 2002, but I have
extensive experience with Access 97.
I have a form I use to log people onto my application. I
need to check that a field on the form has been completed.
In Access 97 I would just use an if statement like this:
IF(ISNULL(Me!fieldName))then
....
End If
That does not work here. I suspect it has something to do
with references, but am not sure. Please help! If it is a
reference problem, which one would I need?
TIA
Kevin