I have 2 Tables: Computers and Users. In the Computers table, i have information of SerialNumber, CPU, RAM, OS, Model, and IssuedTo. In the Users table, i have information of FirstName, LastName, FullName,... and AssignedComputer.
What I would like is when I populate the IssuedTo field in the Computer table with a user's FullName, I would like it to auto populate the SerialNumber in the AssignedComputer field of the User table.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ParrotHead72
I have 2 Tables: Computers and Users. In the Computers table, i have information of SerialNumber, CPU, RAM, OS, Model, and IssuedTo. In the Users table, i have information of FirstName, LastName, FullName,... and AssignedComputer.
What I would like is when I populate the IssuedTo field in the Computer table with a user's FullName, I would like it to auto populate the SerialNumber in the AssignedComputer field of the User table.
How do I link them?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.