Okay everyone here is my issue.
I have a job tracking database, the database is Contacts (names and access), Metrics (jobs and time) the user logs in and then goes to a form that shows you your name and the jobs you have already put in and the time for the week. When you need to input a new job you click a new job button that takes you to a new form that popups and gives you the fields to choose from. On this popup I have them pick there name again, so that it enters correctly. I would like the name to be prepopulated from the form before. Is there a way I can pass the value from one form to another that will hold the correct information?