Hello,
I am having difficulties normalizing my tables. So far, i have 4 tables
tblODF:
- ODFNumber (PK, manually enter ID)
- UserName (txt)
- QueueID (number)
- ScanDate (date)
- Status (text)
tblEmployee
- EmployeeID (pk, autonumber)
- UserName (txt)
- LastName(txt)
- FirstName(txt)
- Extension(number)
tblQueue
- QueueID(Pk, autonumber)
- Queue (txt)
tblStatus
- StatusID(pk, autonumber)
- Status(txt)
I am also having problems setting up the relationships
I want to setup a query and i want all these data to appear:
- ODFNumber (txt)
- UserName (txt)
- ScanDate (date)
- Queue (txt)
- Status (txt)
I am really stuck in setting up the tables and their relationship.
So in short, help
Thank you,
(some of you might recognize this project)
I am having difficulties normalizing my tables. So far, i have 4 tables
tblODF:
- ODFNumber (PK, manually enter ID)
- UserName (txt)
- QueueID (number)
- ScanDate (date)
- Status (text)
tblEmployee
- EmployeeID (pk, autonumber)
- UserName (txt)
- LastName(txt)
- FirstName(txt)
- Extension(number)
tblQueue
- QueueID(Pk, autonumber)
- Queue (txt)
tblStatus
- StatusID(pk, autonumber)
- Status(txt)
I am also having problems setting up the relationships
I want to setup a query and i want all these data to appear:
- ODFNumber (txt)
- UserName (txt)
- ScanDate (date)
- Queue (txt)
- Status (txt)
I am really stuck in setting up the tables and their relationship.
So in short, help
Thank you,
(some of you might recognize this project)
Last edited: