Hey guys, I took a look at this site and found it to be very useful.
I am a beginner in MS Access but what I am trying to do should be very simple.
So we have a User table and a Furniture table, and the Furniture table has the columns FurnitureIDNumber, FurnitureType and AssignedTo. The name of the user from the User table has a relationship with the AssignedTo from Furniture.
What I want to do is create a form that has all the Users in a combo list and a subform will display all the FurnitureIDNumber and FurnitureType associated with that particular User.
I was confused as to how to approach this, I've seen examples such as
[Forms]![User]![Furniture subform].Form.Filter
but I do not know if this applies, or if I should use VB code
Thanks!
I am a beginner in MS Access but what I am trying to do should be very simple.
So we have a User table and a Furniture table, and the Furniture table has the columns FurnitureIDNumber, FurnitureType and AssignedTo. The name of the user from the User table has a relationship with the AssignedTo from Furniture.
What I want to do is create a form that has all the Users in a combo list and a subform will display all the FurnitureIDNumber and FurnitureType associated with that particular User.
I was confused as to how to approach this, I've seen examples such as
[Forms]![User]![Furniture subform].Form.Filter
but I do not know if this applies, or if I should use VB code
Thanks!