C
Cynthia
I have a form that is continuous form that list all my cable types and
information.
for each reacord. I could have up to 72 different wires for each cable
type. I created a separate table that would hold the CableID from the first
table and then the entry for the Wire. How can I get this to show on the
line of the first form and allow the user to fill in multiple terminators. I
tried creating a form and pulling it in as a sub form but this did not work.
For one thing my subform will not allow entries?
It is a simple query as shown below
SELECT EleWires.CableID, EleWires.Wire FROM EleWires;
information.
for each reacord. I could have up to 72 different wires for each cable
type. I created a separate table that would hold the CableID from the first
table and then the entry for the Wire. How can I get this to show on the
line of the first form and allow the user to fill in multiple terminators. I
tried creating a form and pulling it in as a sub form but this did not work.
For one thing my subform will not allow entries?
It is a simple query as shown below
SELECT EleWires.CableID, EleWires.Wire FROM EleWires;