W
WSF
Access97
I'm stumped.
I have an unbound main form.
This form is populated via a list box [OnExit] from a table, the key field
being a part number.
This provides read-only information on the part number.
I need to be able to show order history of that part number, that data
coming from a query on another table.
The reference in that query is the part number selected on the main form.
I am trying to display it as a bound subform (continuous) in the main form.
But it seems you cannot link a bound subform to an unbound main form?
The only way I can get the subform to display any data is when the main form
opens.
But I need it to change the displayed data dynamically to reflect the part
number chosen in the main form list box - [OnExit].
Am I missing something here?
TIA
WSF
I'm stumped.
I have an unbound main form.
This form is populated via a list box [OnExit] from a table, the key field
being a part number.
This provides read-only information on the part number.
I need to be able to show order history of that part number, that data
coming from a query on another table.
The reference in that query is the part number selected on the main form.
I am trying to display it as a bound subform (continuous) in the main form.
But it seems you cannot link a bound subform to an unbound main form?
The only way I can get the subform to display any data is when the main form
opens.
But I need it to change the displayed data dynamically to reflect the part
number chosen in the main form list box - [OnExit].
Am I missing something here?
TIA
WSF