multiuser with filters

B

barret bonden

Have a program that uses filters that's about to go multi-user; what
issues might I expect ?
As things stand the user is forced to choose a data set ( based on a code
field) when the program opens; this data is stored in a public variable and
used to set a filter in all forms and reports.
What will happen in a multi - user situation ?
Do I have to use a front and back end still for 2007 ?
 
D

Douglas J. Steele

Front-end/Back-end is definitely the correct way to go, in all versions of
Access.
 
Top