I have a form called BudgetData, with a combo box called
category and another one called ExpenseType. Category
populates from another table (BudgetHistory) using a
distinct query in the row source. ExpenseType is
populated from whatever was selected from Category and then a Me.ExpenseType.Requery
Okay, fine, This works great!
Now I would like information to be display from the
BudgetHistory table (i.e. Amount2001, Amount2000) into this form BudgetData based on what was just select from both combo boxes Category and ExpenseType.
I do not want this bound to the records being created by this form. This is for display information only.
Thank you, Sugada
.
category and another one called ExpenseType. Category
populates from another table (BudgetHistory) using a
distinct query in the row source. ExpenseType is
populated from whatever was selected from Category and then a Me.ExpenseType.Requery
Okay, fine, This works great!
Now I would like information to be display from the
BudgetHistory table (i.e. Amount2001, Amount2000) into this form BudgetData based on what was just select from both combo boxes Category and ExpenseType.
I do not want this bound to the records being created by this form. This is for display information only.
Thank you, Sugada
.