I am trying to put together a database for tuition refund. My current database has 2 tables. The first table called Employee contains employee info such as name, location, department, and badge. The badge field is the primary key. The second table called 2001 is linked to the Employee table by the badge field. This table (2001) contains info such as course, institution, degree type, grade, amount of course, etc. (I set the database up this way since each employee can take multiple courses in a year.) Every time I go to design a form I've been basing it off a query including all the information from both tables. When a user wants to look at an employee's information they select the badge from a combo box on a form I've created and when they hit a command button a query finds all the records that match the badge.
Now my question has to do with adding a new record. Is there a way that a user could select the badge field from a combo box and when they hit a command button a new record would appear where all the fields from the Employee table would automatically be filled in but the fields from the 2001 table would be left blank for them to enter?
Thank You in Advance for any help. I've got myself stumped!
Now my question has to do with adding a new record. Is there a way that a user could select the badge field from a combo box and when they hit a command button a new record would appear where all the fields from the Employee table would automatically be filled in but the fields from the 2001 table would be left blank for them to enter?
Thank You in Advance for any help. I've got myself stumped!