MajP
You've got your good things, and you've got mine.
- Local time
- Today, 17:43
- Joined
- May 21, 2018
- Messages
- 9,761
I'm thinking of migrating from the lookup field to lists using sql and vba. Thoughts?
Not sure what that means.
Issue_WorkArea is a list but acts exactly like a junction table in Access
If you use a lookup field in your new the list Issue_WorkArea, when you pick an Issue description it saves the Issue ID even if you thing you are picking a descriptive field. If you pick a descriptive Work_Area it will save the work area ID in the lookup field, even if what you see in SP is the descriptive field.
You can verify this by linking to Access and you will now see the actual key and not the descriptive field.
Example here is a linked list in Access showing the lookup Site Code
But these show a descriptive field in SP.
So you can enter information from either Access or Sharepoint, but there is not nice form you can build in SP to do the many to many. Normally this would be a Mainform, Subform.