C
Casey
Hi,
If I use something similar to
[Forms].[form1].Form.Recordset.EOF = True
as the "repeat expression" condition which evaluates to
False to stop a macro, should I use the name of the
recordset for that form, or the actual word "Recordset"
as is in the example above.
I appreciate any opinions.
Thank you,
Casey
If I use something similar to
[Forms].[form1].Form.Recordset.EOF = True
as the "repeat expression" condition which evaluates to
False to stop a macro, should I use the name of the
recordset for that form, or the actual word "Recordset"
as is in the example above.
I appreciate any opinions.
Thank you,
Casey