Hey everyone,
So I'm just starting to create this database and I'm already having trouble.
The function of my database is for employees to enter maintenance problems and then they will be updated so that everyone can monitor progress.
Here's what I'm having a problem with:
I have two tables: Main Table, Unit # Table
Main Table has a bunch of fields along with "Unit #" and "Area".
Unit # Table also has "Unit #" and "Area" BUT the Unit # Table has the two fields corresponding to each other.
I want the user to create a new record and choose a "Unit #" from a combo box which has the records from the "Unit # Table". Then, depending upon which "Unit #" was selected, the corresponding "Area" record from "Unit # Table" would populate the "Area" field in "Main Table".
How exactly would I go about doing this.
Thanks in advance and if this doesn't make sense or if you want more information, just let me know.