L
lovejeeps
I have 3 tables set up for company, contact and project. Using these tables
I have a tab form that has three tabs (company, contact and projects).
These are used to enter data 1st with the company info, then the contact name
info and finally projects for that contact working for the company. One
company can have many contacts and the contacts can have many projects. On
the projects tab in a sub form I have a drop down box that comes from a query
using the contact table (includes 2 fields, contact name and id number).
This is for selecting the specific company contact that is working on the
project. Once the contact is selected how do I store the id number in a
seperate field to run queries off of that field. Currently the dropdown box
works and shows the name and id but I can't seem to use the id number to run
other queries for reports. Any help?
I have a tab form that has three tabs (company, contact and projects).
These are used to enter data 1st with the company info, then the contact name
info and finally projects for that contact working for the company. One
company can have many contacts and the contacts can have many projects. On
the projects tab in a sub form I have a drop down box that comes from a query
using the contact table (includes 2 fields, contact name and id number).
This is for selecting the specific company contact that is working on the
project. Once the contact is selected how do I store the id number in a
seperate field to run queries off of that field. Currently the dropdown box
works and shows the name and id but I can't seem to use the id number to run
other queries for reports. Any help?