I three tables.
1. Projects (code is unique field)
2. Vendors (have a a list in there and need to add as necessary)
3. Resource (a way to categorize what the vendor does - have some things in there, and need to add as necessary)
I want to create a form that selects a code from the projects table as a drop down menu
the do the same for the vendor and the resource. Then I want to have another field called amount that I can enter in a $$ value for the vendor's invoice. Then have all that saved in either a form or query that would look like this:
Code Vendor Resource Amt
12345 ABC Co. widgets $400
I don't know why I am having such a roadblock with how to set this up, as I have a complete working database that uses these tables already, but I can't seem to get a grasp on how this should be setup properly. Please help
1. Projects (code is unique field)
2. Vendors (have a a list in there and need to add as necessary)
3. Resource (a way to categorize what the vendor does - have some things in there, and need to add as necessary)
I want to create a form that selects a code from the projects table as a drop down menu
the do the same for the vendor and the resource. Then I want to have another field called amount that I can enter in a $$ value for the vendor's invoice. Then have all that saved in either a form or query that would look like this:
Code Vendor Resource Amt
12345 ABC Co. widgets $400
I don't know why I am having such a roadblock with how to set this up, as I have a complete working database that uses these tables already, but I can't seem to get a grasp on how this should be setup properly. Please help