G
Guest
I have a single (not front end/back end) financial database application that
is menu driven. The program operates using financial periods of 1, 2 and 3
....etc for Jan, Feb, and Mar. The "Current Periiod" is stored in a one
record table called tblCurrPeriod.
This period table is used as a filter for all of the transactions and reports.
The problem arises when there are multiple users and one of the users
changes the period from the current period to a different period. This
filter change occurs under the radar and adversely affects the unsuspecting
users who believe that they are still in the current period.
How can I redesign the database filter system to allow different users to
filter on different periods simultaneously?
Many Thanks
Ross
is menu driven. The program operates using financial periods of 1, 2 and 3
....etc for Jan, Feb, and Mar. The "Current Periiod" is stored in a one
record table called tblCurrPeriod.
This period table is used as a filter for all of the transactions and reports.
The problem arises when there are multiple users and one of the users
changes the period from the current period to a different period. This
filter change occurs under the radar and adversely affects the unsuspecting
users who believe that they are still in the current period.
How can I redesign the database filter system to allow different users to
filter on different periods simultaneously?
Many Thanks
Ross