D
Dennis Damsgaard
I have a form that gets data from a large Oracle table. I then use the
"Filter by Form" button to refine the data. This works as expected. I can
either view the records in the main form or click the "Datasheet View"
button. I can use "Filter by Selection" to refine the results.
What I'd like to do is have a subform which shows the "Filter by Form"
results in datasheet view. I have tried using the wizard but I end up with
all the records in the subform, not just those that meet the filter
condition. It's clear I don't know how to link the two forms.
Can someone provide me with some hints or point me to some documentation on
how to link the form/subform for the situation I describe? I have some
coding experience if that's necessary.
And for extra credit, is using the table as the record source a good idea?
Or am I dragging millions of records across the network? Use a query
instead?
Sincere thanks in advance for any assistance.
Dennis
"Filter by Form" button to refine the data. This works as expected. I can
either view the records in the main form or click the "Datasheet View"
button. I can use "Filter by Selection" to refine the results.
What I'd like to do is have a subform which shows the "Filter by Form"
results in datasheet view. I have tried using the wizard but I end up with
all the records in the subform, not just those that meet the filter
condition. It's clear I don't know how to link the two forms.
Can someone provide me with some hints or point me to some documentation on
how to link the form/subform for the situation I describe? I have some
coding experience if that's necessary.
And for extra credit, is using the table as the record source a good idea?
Or am I dragging millions of records across the network? Use a query
instead?
Sincere thanks in advance for any assistance.
Dennis