I have an Access database tracking users, their contact information and the software they use. One table (tblUserProfile) contains their personnel/contact information. Another table (tblAppInventory) contains information about every software application they use. Both tables have a related 'Email' field. This is the unique ID for each user (and primary key in tblUserProfile). So, they will have one user profile (categorized by their email address) with multiple software applications (associated to the user by thier email address).
It has been a long time since I've done a lot with relationships, queries, etc and I am at a loss on how to getnerate a report listing all applications for each user. The ultimate goal is to conduct a personal survey on hardware, software, network connections, etc.... So, I need to query the tblUserProfile by base locations and building numbers, then generate a separate report for each application they use.
Any help would be most appreciated!!!!
Thanks and have a great day,
GoNoles
It has been a long time since I've done a lot with relationships, queries, etc and I am at a loss on how to getnerate a report listing all applications for each user. The ultimate goal is to conduct a personal survey on hardware, software, network connections, etc.... So, I need to query the tblUserProfile by base locations and building numbers, then generate a separate report for each application they use.
Any help would be most appreciated!!!!
Thanks and have a great day,
GoNoles