This depends. Do you have a split database or are the users all sharing the
same database. In case of the latter you will always have problems with
several options using the same append query.
When you have a split db you can create an appendquery for each user because
they will have their own frontend. In that case you can reference the
combobox in the appendquery something like:
in the criteria from the regionfield of the query place:
forms!frmname!cboRegion
and then you'd have to figure out what to do if people don't choose a region
and do click the commandbutton.. etc.
Hi, Maurice -
Yes, all users are sharing the same database. So, in this case, would you
recommend a separate append query for each region to append to the same
master table?
Thank you!
> This depends. Do you have a split database or are the users all sharing the
> same database. In case of the latter you will always have problems with
[quoted text clipped - 25 lines]
> >
> > All help is appreciated. Thank you.
Maurice - 13 Mar 2008 19:52 GMT
That could be an option but it will also mean a lot of maintenance. What if
there's a new region? You'd have to create a new query for every added
region. But i guess you are stuck because you are still working in one not
split db. Give it a try and consider splitting the db that will give you more
flexability..

Signature
Maurice Ausum
> Hi, Maurice -
>
[quoted text clipped - 33 lines]
> > >
> > > All help is appreciated. Thank you.