Hi all
I have a form that I print letters from. I want the name of the current User to be printed on the letter when it is printed. I have a table with user names and userid, and I have a field for userid in my main table.
How can I tell the program to give me the user name from the user table based on the CurrentUser property, when I click the print button?
Thanks in advance.
I have a form that I print letters from. I want the name of the current User to be printed on the letter when it is printed. I have a table with user names and userid, and I have a field for userid in my main table.
How can I tell the program to give me the user name from the user table based on the CurrentUser property, when I click the print button?
Thanks in advance.