H
Hubbymax
How do you get a form to call fields from 2 different tables? One
table contains Department info and the other table is for requisition
info. On the form I want to enter a Department number from a drop down
box and have the department info from the department table to be
automaticly entered. Also on the form and a sub form I enter
information about the departments requisition info. I want the info
from the saved in the recuisition table which also holds the requision
number. The department table does not have a requisition number field
so how do I tie the two together for report reasons and for the
ability to look back through requisions? These are my sticking blocks
to redesigning my program so only 1 table contains the department info
instead of trying to put it all into the Requisition table causing
duplicate records which hasn't been working out at all.
table contains Department info and the other table is for requisition
info. On the form I want to enter a Department number from a drop down
box and have the department info from the department table to be
automaticly entered. Also on the form and a sub form I enter
information about the departments requisition info. I want the info
from the saved in the recuisition table which also holds the requision
number. The department table does not have a requisition number field
so how do I tie the two together for report reasons and for the
ability to look back through requisions? These are my sticking blocks
to redesigning my program so only 1 table contains the department info
instead of trying to put it all into the Requisition table causing
duplicate records which hasn't been working out at all.