S
Sean
This is just a simplified example of what I want to do. My goal is to have
my Access Form match the already developed hard copy datasheets.
I have a table called [sites] with 2 fields (Site_ID, State) and it is
related to a table called [visit] with three field (Visit_ID, Date, Unit).
The 2 tables are related using the ID fields where 1 site can have several
visits.
I have a Form that shows the [Site_ID] and this form has a subform that
shows the [Date] and the [Unit]. I also want the subform to show the [State]
field. Do I have have to base the subform on a query so I can show the State
on the form, or preferable is there a way to create a text box and populate
the control source with a query that will populate the [state] based on the
Visit_ID in the subform?
Thanks for the help
my Access Form match the already developed hard copy datasheets.
I have a table called [sites] with 2 fields (Site_ID, State) and it is
related to a table called [visit] with three field (Visit_ID, Date, Unit).
The 2 tables are related using the ID fields where 1 site can have several
visits.
I have a Form that shows the [Site_ID] and this form has a subform that
shows the [Date] and the [Unit]. I also want the subform to show the [State]
field. Do I have have to base the subform on a query so I can show the State
on the form, or preferable is there a way to create a text box and populate
the control source with a query that will populate the [state] based on the
Visit_ID in the subform?
Thanks for the help