P
Phantom_guitarist
Just a quick question on a problem I'm stuck with on access.
What I have
table 1 : Contains Expense Receipts
table 2 : Generated by Quey1
table 3 : List of Categories
Query 1 : Takes table 1 and groups it according to table 3 saving the
results in Table 2(make table query)
Query 2 : Only selecting items from table 1 within a certain date
Form 1 : Consist of a tab control with 3 pages.
Page 1 : Has boxs wherre you can add new data to form 1. When table is
changed query 1 is run.
Page 2 : Shows Query 2
Page 3 : Displays form 3 allowing you to edit and add. When table is
changed query 1 is run.
The problem is when I change categories on page 3 or add a new item on page
1 of the form. Page 2 doesn't display the changes. What I need to know is
how to update/refresh the subform on page 2 (which refers to query 2).
Hope that made sense.
Stef
What I have
table 1 : Contains Expense Receipts
table 2 : Generated by Quey1
table 3 : List of Categories
Query 1 : Takes table 1 and groups it according to table 3 saving the
results in Table 2(make table query)
Query 2 : Only selecting items from table 1 within a certain date
Form 1 : Consist of a tab control with 3 pages.
Page 1 : Has boxs wherre you can add new data to form 1. When table is
changed query 1 is run.
Page 2 : Shows Query 2
Page 3 : Displays form 3 allowing you to edit and add. When table is
changed query 1 is run.
The problem is when I change categories on page 3 or add a new item on page
1 of the form. Page 2 doesn't display the changes. What I need to know is
how to update/refresh the subform on page 2 (which refers to query 2).
Hope that made sense.
Stef