G
Gary
Hello all,
I have a form that we use for looking up specific sorts of packaging details
based on a few criteria (Due Date, Type of Packaging and Status of Job)
The details are all pulled from two tables using a custom written SQL
string. Then the subform displays the data that is returned by the custom
SQL recordsource.
However, I'd like to also build a report to print out a hard copy of the
data, but I'm not sure how to call the data recordsource (SQL statement) to
only display those records that were returned when the record source was
updated. The basic flow is this:
User inputs dates for data, as well as Different status codes and packaging
types (if necessary - otherwise default values are used).
User presses button to update the subform, which displays in subform window
I would ideally like to have the report update via this "current" data
recordsource. I tried a variety of ideas, from setting the text boxes equal
to the subform fields to trying to get the report to read the updated
recordsource in the form.
Any thoughts or suggestions greatly appreciated!
Gary
I have a form that we use for looking up specific sorts of packaging details
based on a few criteria (Due Date, Type of Packaging and Status of Job)
The details are all pulled from two tables using a custom written SQL
string. Then the subform displays the data that is returned by the custom
SQL recordsource.
However, I'd like to also build a report to print out a hard copy of the
data, but I'm not sure how to call the data recordsource (SQL statement) to
only display those records that were returned when the record source was
updated. The basic flow is this:
User inputs dates for data, as well as Different status codes and packaging
types (if necessary - otherwise default values are used).
User presses button to update the subform, which displays in subform window
I would ideally like to have the report update via this "current" data
recordsource. I tried a variety of ideas, from setting the text boxes equal
to the subform fields to trying to get the report to read the updated
recordsource in the form.
Any thoughts or suggestions greatly appreciated!
Gary