W
Walter
I am working on a database to keep planting records for my
farm.
I have a table "Farms" for the individual farms.
I also have a table "Fields" for the field numbers for
each individual farm. This table is related to
the "Farms" table by the "FarmID"(autonumber) field.
On my form to input the planting data I have combo boxes
to simplify input. What I need to accomplish is to have
the Field combo box only display the appropriate field #'s
for the particular farm. I think I need to draw this
information from a query with the data from the "Farm"
combo box as the criteria for the record selection. My
problem is how to apply this query and have it draw the
criteria from the "Farm" combo box data. Everything I
have tried ends up with the parameter input box showing up
when the query runs.
Any help in this matter is greatly appreciated
Thanks,
Walter
farm.
I have a table "Farms" for the individual farms.
I also have a table "Fields" for the field numbers for
each individual farm. This table is related to
the "Farms" table by the "FarmID"(autonumber) field.
On my form to input the planting data I have combo boxes
to simplify input. What I need to accomplish is to have
the Field combo box only display the appropriate field #'s
for the particular farm. I think I need to draw this
information from a query with the data from the "Farm"
combo box as the criteria for the record selection. My
problem is how to apply this query and have it draw the
criteria from the "Farm" combo box data. Everything I
have tried ends up with the parameter input box showing up
when the query runs.
Any help in this matter is greatly appreciated
Thanks,
Walter