E
Ed from AZ
I have three tables:
-- Vehicles - a text field for the vehicle and a Yes/No for active
status
-- Parts - a text field for part info and a Yes/No for active status
-- Parts Data - several fields to track usage of various parts across
several vehicles
I am trying to build a form to input data into the Parts Data table.
I have a query that returns only the active vehicles and a query that
returns only the active parts.
I created a new form using the wizard. I chose the Vehicles field
from the Active Vehicles query, the Parts field from the Active Parts
query, and all the fields except "vehicle" and "part" from the Parts
Data table.
When I click NEXT in the Form wizard, I get an error:
"You have chosen fields from record sources which the wizard can't
connect. You may have chosen fields from a table and a query based on
that table. If so, try choosing fields from only the table or only
the query." (NOTE: the two queries and their tables are not based in
the Parts Data table.)
How can I resolve this?
Ed
-- Vehicles - a text field for the vehicle and a Yes/No for active
status
-- Parts - a text field for part info and a Yes/No for active status
-- Parts Data - several fields to track usage of various parts across
several vehicles
I am trying to build a form to input data into the Parts Data table.
I have a query that returns only the active vehicles and a query that
returns only the active parts.
I created a new form using the wizard. I chose the Vehicles field
from the Active Vehicles query, the Parts field from the Active Parts
query, and all the fields except "vehicle" and "part" from the Parts
Data table.
When I click NEXT in the Form wizard, I get an error:
"You have chosen fields from record sources which the wizard can't
connect. You may have chosen fields from a table and a query based on
that table. If so, try choosing fields from only the table or only
the query." (NOTE: the two queries and their tables are not based in
the Parts Data table.)
How can I resolve this?
Ed