D
David Ehrenreich
I have a chk box in a form I have for students that come
in our office. We check if then need any testing
accomadations. I would like a message box to appear if
they have ever had accomadations.
I know how to do this:
If isnull(DSS) = false Then
Msgbox "This Student has had prior DSS Services"
etc...
This would work for that record, but I need it to check
the whole table.
Any help would be great.
David Ehrenreich
in our office. We check if then need any testing
accomadations. I would like a message box to appear if
they have ever had accomadations.
I know how to do this:
If isnull(DSS) = false Then
Msgbox "This Student has had prior DSS Services"
etc...
This would work for that record, but I need it to check
the whole table.
Any help would be great.
David Ehrenreich