Hi,
I have a form that allows users to enter data for customers I have fields "Date Completed" & "Completed By". What I am looking to do is when the user populates the "Date completed" field I want to grab their network log in and put it in "Complete By" field.
I have tried to use the following code in the default value field of the "Completed By" field but it has not worked.
=IIf(IsNull([Date Completed])," ",FOSUserName())
This code does work if I use it in an unbound text box.
FOSUserName() is part of a module I have to obtain the network ID.
Any suggestions?
Thanks,
Amy
I have a form that allows users to enter data for customers I have fields "Date Completed" & "Completed By". What I am looking to do is when the user populates the "Date completed" field I want to grab their network log in and put it in "Complete By" field.
I have tried to use the following code in the default value field of the "Completed By" field but it has not worked.
=IIf(IsNull([Date Completed])," ",FOSUserName())
This code does work if I use it in an unbound text box.
FOSUserName() is part of a module I have to obtain the network ID.
Any suggestions?
Thanks,
Amy