A
Ace
I am trying to create a Class roster report that will list all employees
scheduled to attend a class and auto fill in there name in the signature text
box if the date of the class was inputted and leave blank if date was not
entered.
Fields from query [Employee name] [Date Taken]; text box lable "Signature"
I've tried the following source control in the text box: IIF [Date Taken]
not is null, [Employee name]
Any suggestions?
scheduled to attend a class and auto fill in there name in the signature text
box if the date of the class was inputted and leave blank if date was not
entered.
Fields from query [Employee name] [Date Taken]; text box lable "Signature"
I've tried the following source control in the text box: IIF [Date Taken]
not is null, [Employee name]
Any suggestions?