B
Bonnie
Hi folks! Using A02 on XP. I have a form and report that I
have put query criteria into so an administrator can only
pull their own records - where the field [Admin]
=CurrentUser(). I can put a message for 'no data
available' on the OnNoData Event Procedure in the report
but having trouble with the form. There is no "OnNoData"
event procedure on forms. I tried putting If RecordCount =
0 "OnOpen" but get the 'no data' msg for everyone. Is my
timing off? I just want to say 'There are no plans
assigned to the current user ID' and cancel the openform.
Is RecordCount the right way to go with this?
Thanks in advance for any help or advice on this!
have put query criteria into so an administrator can only
pull their own records - where the field [Admin]
=CurrentUser(). I can put a message for 'no data
available' on the OnNoData Event Procedure in the report
but having trouble with the form. There is no "OnNoData"
event procedure on forms. I tried putting If RecordCount =
0 "OnOpen" but get the 'no data' msg for everyone. Is my
timing off? I just want to say 'There are no plans
assigned to the current user ID' and cancel the openform.
Is RecordCount the right way to go with this?
Thanks in advance for any help or advice on this!