chris_visible
Registered User.
- Local time
- Today, 22:24
- Joined
- Jan 17, 2002
- Messages
- 24
How can I use VBA to find if a field in a continuous form is null in any row.
I can find the first row using the following:
If me![Combo13].ListIndex = -1 Then
I would like to know how to do this for a set of records and express if any are null Then …….
I want this to use in an IF statement that checks whether a user has entered a value in every row of a form.
Any help would be great.
Thanks
I can find the first row using the following:
If me![Combo13].ListIndex = -1 Then
I would like to know how to do this for a set of records and express if any are null Then …….
I want this to use in an IF statement that checks whether a user has entered a value in every row of a form.
Any help would be great.
Thanks