Hello,
I have a situation where I had data in Excel which is hard to manage and I THINK is the perfect situation to move to a database but I'm stuck.
I have a list of People, Assets1, Assets2, Assets3. Each person can have only 1 of each type of Asset, and each of the Assets can only be assigned to 1 person.
I built 4 tables like this:
tblUsers
UserId (PK auto number)
Last Name
First Name
Asset1
Asset2
Asset3
tblAsset1
Asset1 (PK unique values)
UserId
tblAsset2
Asset2 (PK unique values)
UserID
tblAsset3
Asset3 (PK unique values)
UserID
I'm not sure of the proper relationship for these tables. My main goal is a "main" form where for each User, you select an AVAILABLE Asset1, Asset2, Asset3.
This seems like the most simple form of an Access DB but i'm having trouble. Can someone get me started here????
I have a situation where I had data in Excel which is hard to manage and I THINK is the perfect situation to move to a database but I'm stuck.
I have a list of People, Assets1, Assets2, Assets3. Each person can have only 1 of each type of Asset, and each of the Assets can only be assigned to 1 person.
I built 4 tables like this:
tblUsers
UserId (PK auto number)
Last Name
First Name
Asset1
Asset2
Asset3
tblAsset1
Asset1 (PK unique values)
UserId
tblAsset2
Asset2 (PK unique values)
UserID
tblAsset3
Asset3 (PK unique values)
UserID
I'm not sure of the proper relationship for these tables. My main goal is a "main" form where for each User, you select an AVAILABLE Asset1, Asset2, Asset3.
This seems like the most simple form of an Access DB but i'm having trouble. Can someone get me started here????