Hey all,
I couldn't find this in another post, but if there is something similar out there, please point me to it.
The title pretty much says it all. I am working in Access 97. I have two tables, pc_inventory (lists basic employee information, pulled from another database) and tblProblems, which we'll just call a ticket logging table.
There are is a form, frmProblems, with a subform fsubProblems. FrmProblems has a combobox listing employees' first and last names and user ID, with a command button that needs to populate fsubProblems with a new ticket, based on the user ID. I need some basic employee information prepopulated in the subform when the new ticket is created.
I had it sort of working by making the recordsource for the subform what was in the combobox on click, but that didn't work quite right. I don't want the entire ticket populated, since there is different information that I will need to enter for each ticket, but I do want some basic employee information populated in a new ticket when I click the command button.
I am not quite sure how to go about this, so any suggestions would be greatly appreciated.
I couldn't find this in another post, but if there is something similar out there, please point me to it.
The title pretty much says it all. I am working in Access 97. I have two tables, pc_inventory (lists basic employee information, pulled from another database) and tblProblems, which we'll just call a ticket logging table.
There are is a form, frmProblems, with a subform fsubProblems. FrmProblems has a combobox listing employees' first and last names and user ID, with a command button that needs to populate fsubProblems with a new ticket, based on the user ID. I need some basic employee information prepopulated in the subform when the new ticket is created.
I had it sort of working by making the recordsource for the subform what was in the combobox on click, but that didn't work quite right. I don't want the entire ticket populated, since there is different information that I will need to enter for each ticket, but I do want some basic employee information populated in a new ticket when I click the command button.
I am not quite sure how to go about this, so any suggestions would be greatly appreciated.