Hello
I'm looking for some assistance with my base design. I come from a SQLServer background and can do this easy here but not getting the best way to build for AT...
The Scenario
I have a list of users and a list of products. It's collectibles so I want to be able to know what users have what products, and more importantly which don't they have.
In SQL I'd just create a UserProduct table and pretty much create a record for every user for every product and just record it there (not hugely scalable I know but not a big issue).
In AT I already have the two base tables Users and Products. I know once I have the base data I can create Got/Not Got views easily but that base table is baffling me - probably over thinking!!!
I'm sure it's easy but I'm just not getting it
TIA
Mike




