G
Guest
My goal is to insure users put in at least one record in the subform before
being able to move on. I've attempted a macro for this (see below):
[frmSummary]![PromoID] Is Not Null And [sfrmLinkage]![PPGID] Is Null
Basically, if they fill in promo ID and DON'T fill in PPGID, I will be
canceling event and throwing up a msgbox. I think it sees the potential new
record (next blank line) in the subform as the null value, therefore, it's
always running the condition.
Any thoughts???
Thanks.
being able to move on. I've attempted a macro for this (see below):
[frmSummary]![PromoID] Is Not Null And [sfrmLinkage]![PPGID] Is Null
Basically, if they fill in promo ID and DON'T fill in PPGID, I will be
canceling event and throwing up a msgbox. I think it sees the potential new
record (next blank line) in the subform as the null value, therefore, it's
always running the condition.
Any thoughts???
Thanks.