chris_visible
02-27-2002, 01:16 AM
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