S
Scott
Hello,
I need some help setting a criteria for a query based on the selection made
on a form.
Background:
When my database opens, I have a form that appears and the user can select
an account for which they can see all transactions. I have a table of
financial transactions that includes about 1,000 accounts and let's say each
account has 20 transactions for a table with a total of 20,000 records. I
also have a query that only shows the 20 transactions for the desired
account.
Problem:
How do I get my query to run the 20 transactions for the account that was
selected on the form? For example, if the user selected account number 675 in
the form, I want 675 to be the Criteria within my query. I don't want to have
1,000 separate queries depending on which account was selected in the form.
Any ideas?
Thanks in advance for your help.
Scott
I need some help setting a criteria for a query based on the selection made
on a form.
Background:
When my database opens, I have a form that appears and the user can select
an account for which they can see all transactions. I have a table of
financial transactions that includes about 1,000 accounts and let's say each
account has 20 transactions for a table with a total of 20,000 records. I
also have a query that only shows the 20 transactions for the desired
account.
Problem:
How do I get my query to run the 20 transactions for the account that was
selected on the form? For example, if the user selected account number 675 in
the form, I want 675 to be the Criteria within my query. I don't want to have
1,000 separate queries depending on which account was selected in the form.
Any ideas?
Thanks in advance for your help.
Scott