B
Bonnie
Hi there! Using A02 on XP. I have a form that opens and
shows only the records where the field [Adm]=CurrentUser
(). Works great. However, I have 2 folks sharing work (MZS
and SKR). [Adm]=MZS and though SKR has none assigned to
her, she assists MZS. She needs to open [Adm]=MZS. As it
is, she is told she has no data to display. My form's
query has CurrentUser() as criteria in the [Adm] field.
What can I do to accomplish this? Some sort of If
CurrentUser()="SKR" then [Adm]="MZS" End if? Where would I
put it? On the OnClick event of form open button or OnOpen
event of form? Not sure.
Thanks in advance for any advice or help on this!!!
shows only the records where the field [Adm]=CurrentUser
(). Works great. However, I have 2 folks sharing work (MZS
and SKR). [Adm]=MZS and though SKR has none assigned to
her, she assists MZS. She needs to open [Adm]=MZS. As it
is, she is told she has no data to display. My form's
query has CurrentUser() as criteria in the [Adm] field.
What can I do to accomplish this? Some sort of If
CurrentUser()="SKR" then [Adm]="MZS" End if? Where would I
put it? On the OnClick event of form open button or OnOpen
event of form? Not sure.
Thanks in advance for any advice or help on this!!!