T
Tim O'Mahony via AccessMonster.com
Hi all,
First post here and I'm somewhat of a novice.
I'm using Access 97 and need users of a database to be able to view the
results of a query on a form. However, the query parameters themselves are
chosen on the form by the use of three comboboxes.
I can construct the sql statement in VBA (with the comboboxes' selected
values) but I don't know how to set the resulting recordset of this query
to be the form's recordsource. Essentially, the query runs but I don't know
how to display it on a form.
Any directions are greatly appreciated.
Thanks alot
First post here and I'm somewhat of a novice.
I'm using Access 97 and need users of a database to be able to view the
results of a query on a form. However, the query parameters themselves are
chosen on the form by the use of three comboboxes.
I can construct the sql statement in VBA (with the comboboxes' selected
values) but I don't know how to set the resulting recordset of this query
to be the form's recordsource. Essentially, the query runs but I don't know
how to display it on a form.
Any directions are greatly appreciated.
Thanks alot