craigprice
Registered User.
- Local time
- Today, 13:52
- Joined
- Apr 8, 2013
- Messages
- 44
Hi, I have the current setup:
TBLAPPLINKS
ID AppName AppLink
1 Google http://google.co.uk
tblWorker
ID loginID
1 12345678
I want to take these two tables and have an auto building table that will add each login ID from tblWorker to a new form as a Field name alongside those from tblapplinks, something like I'll show below, is this possible at all?
New Table? Users from tblWorker populate
AppName AppLink 12345678 12345678 12345678
Google http://google.co.uk 1 1 0
the 1's and 0's represent check boxes, if a user has a 1 I'd have a query to return that app link for them, hope this makes sense
TBLAPPLINKS
ID AppName AppLink
1 Google http://google.co.uk
tblWorker
ID loginID
1 12345678
I want to take these two tables and have an auto building table that will add each login ID from tblWorker to a new form as a Field name alongside those from tblapplinks, something like I'll show below, is this possible at all?
New Table? Users from tblWorker populate
AppName AppLink 12345678 12345678 12345678
Google http://google.co.uk 1 1 0
the 1's and 0's represent check boxes, if a user has a 1 I'd have a query to return that app link for them, hope this makes sense
Last edited: