J
Jarryd
Hi,
I have a form that is used to enter billing information for numerous
accounts. The form is bound to the qryBilling query, and filtered by
account number. The billing form is opened from the Employee Accounts form,
and the qryBilling query is filtered by the account number that has focus on
the Employee Accounts form. So when you open the billing form from the
Employee Accounts form, the query is filtered to only return rows that are
relevant to the Account that had focus in the previous form. This is
working well. The next thing that I have done is created a value list that
I would like to use to hop between bills in the filtered query. The list
contains all the bill numbers in the Bill field of the filtered query. When
I click a bill number I want to go to the record in the query with that bill
number. What is the best way to do this?
TIA,
Jarryd
I have a form that is used to enter billing information for numerous
accounts. The form is bound to the qryBilling query, and filtered by
account number. The billing form is opened from the Employee Accounts form,
and the qryBilling query is filtered by the account number that has focus on
the Employee Accounts form. So when you open the billing form from the
Employee Accounts form, the query is filtered to only return rows that are
relevant to the Account that had focus in the previous form. This is
working well. The next thing that I have done is created a value list that
I would like to use to hop between bills in the filtered query. The list
contains all the bill numbers in the Bill field of the filtered query. When
I click a bill number I want to go to the record in the query with that bill
number. What is the best way to do this?
TIA,
Jarryd