GDavis88 Posted January 25, 2009 Posted January 25, 2009 Hello fellow file-makers i have a time sheet that my employees punch in to i have a custom dialog that pops up on a successful log in but i would like the custom dialog to display their name based on their ID i tried using the get active field contents but that is exactly what displays so any push in the right direction would be extremely helpful thank you in advance to anyone who helps
bcooney Posted January 25, 2009 Posted January 25, 2009 This isn't enough info. Can you describe the above and tell us the tables and relationships that you're using? But let me guess. On a TimeSheet form (based on an Expenses table?), the user selects their ID (using a popup value list of IDs and Names from the Staff table). When they click Save (I suppose they were in a modal pop-up window to enter the timesheet record), you want to show a custom dialog. Well, since Timesheets are related to Staff by StaffID, use this relationship in the dialog. "Thanks for inputting your time " & Timesheet_Staff::FullName & ". We appreciate it."
GDavis88 Posted January 25, 2009 Author Posted January 25, 2009 thanks for your help after reading your response all i had to do was add the quotes
Recommended Posts
This topic is 5782 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now