G
Guest
Hello,
I am trying to write the statement
'â€don't do anything if there's no records or it is not a new record
or if the new record has no dataâ€
I think I have up to this part correct “Don’t do anything if there's no
records or it is not a new record†with the following statement: If rs.EOF Or
Not Me.NewRecord.
What statement must I add in to say the remaing piece “or if the new record
has no dataâ€
Thanks
I am trying to write the statement
'â€don't do anything if there's no records or it is not a new record
or if the new record has no dataâ€
I think I have up to this part correct “Don’t do anything if there's no
records or it is not a new record†with the following statement: If rs.EOF Or
Not Me.NewRecord.
What statement must I add in to say the remaing piece “or if the new record
has no dataâ€
Thanks