Hello!
I've been reading books and searching the net for an answer to my question.... and I've only been confusing myself more.
I'm trying to design a part of my database and it breaks down like this:
Tables:
Transaction: Conversion
* Contains a lookup field that pulls from the table "Missing Documents"
Transaction: External
* Contains a lookup field that pulls from the table "Missing Documents"
Missing Documents
Now, for the Lookup field, I need the user to be able to pick multiple items. I know that while you are setting it up you can pick the "allow multiple selection" option (or something close to that). However, I've read that if you allow that then you cannot convert the database over to SQL because it isn't built to allow it.
So, since the multiple selection seems to act like a junction table in a many to many relationship I figure that is my best option. However, I just don't get it! LOL!
I would appreciate any help I can get in having it explained to me... Basically:
1. How do I set it up?
2. Can I get it to update the Junction table automatically up date based off of what the user selects while in the Conversion or External table? (In this case it would be a table that had the EmployeeID & MissingPaperworkID fields)
3. When creating a form for my conversion and external tables, how should I set it up so that when the transaction is viewed later you can see what the list is for the missing paperwork?
Please let me know if you need anymore clarification in what I am asking.
Thanks!
I've been reading books and searching the net for an answer to my question.... and I've only been confusing myself more.
I'm trying to design a part of my database and it breaks down like this:
Tables:
Transaction: Conversion
* Contains a lookup field that pulls from the table "Missing Documents"
Transaction: External
* Contains a lookup field that pulls from the table "Missing Documents"
Missing Documents
Now, for the Lookup field, I need the user to be able to pick multiple items. I know that while you are setting it up you can pick the "allow multiple selection" option (or something close to that). However, I've read that if you allow that then you cannot convert the database over to SQL because it isn't built to allow it.
So, since the multiple selection seems to act like a junction table in a many to many relationship I figure that is my best option. However, I just don't get it! LOL!
I would appreciate any help I can get in having it explained to me... Basically:
1. How do I set it up?
2. Can I get it to update the Junction table automatically up date based off of what the user selects while in the Conversion or External table? (In this case it would be a table that had the EmployeeID & MissingPaperworkID fields)
3. When creating a form for my conversion and external tables, how should I set it up so that when the transaction is viewed later you can see what the list is for the missing paperwork?
Please let me know if you need anymore clarification in what I am asking.
Thanks!