D
Dave_FFM
Good Morning,
I have created a database to act as a "customer service system". The current
process for handling customer complaints and queries is by a scribble on a
scrap of paper and so that's why i built it. Because i don't anticipate the
database to be of great size it is a single table. A brief explanation of how
it works is that the call handler will input the customers details onto a
multitab form which has a drop down called "Forward to:" As there is only one
table i have defined the Row Source as the names of the Seven managers who
will deal with the enquiry. Once the enquiry has been forwarded the manager
can view the details in their "Inbox" which is another form which is built on
a query where the user will type their name into a parameter value box
querying the "Forward to:" Field. The user can view all Enquirys which have
not been resolved (which appear on a subform based on the same query) and
then click a tab to take them to an input page where they can document the
resoloution to the customer enquiry. The problem i have lies with the
subform. As it is based on the same query to filter the "Forward to:" field
the Parameter value box flashes up twice, and having tried to create 2
queries (One for "Forward to:" field, other for rest of data) it turns out i
can't because they come from the same table.
Is there an easier way to do this? I have a feeling i may need to split the
table and create one for the "Forward to:" Field. I know i could do it by
creating an individual query/form for each manager but for obvious reasons i
want to keep it to just one.
Many thanks and sorry for waffling
Dave
I have created a database to act as a "customer service system". The current
process for handling customer complaints and queries is by a scribble on a
scrap of paper and so that's why i built it. Because i don't anticipate the
database to be of great size it is a single table. A brief explanation of how
it works is that the call handler will input the customers details onto a
multitab form which has a drop down called "Forward to:" As there is only one
table i have defined the Row Source as the names of the Seven managers who
will deal with the enquiry. Once the enquiry has been forwarded the manager
can view the details in their "Inbox" which is another form which is built on
a query where the user will type their name into a parameter value box
querying the "Forward to:" Field. The user can view all Enquirys which have
not been resolved (which appear on a subform based on the same query) and
then click a tab to take them to an input page where they can document the
resoloution to the customer enquiry. The problem i have lies with the
subform. As it is based on the same query to filter the "Forward to:" field
the Parameter value box flashes up twice, and having tried to create 2
queries (One for "Forward to:" field, other for rest of data) it turns out i
can't because they come from the same table.
Is there an easier way to do this? I have a feeling i may need to split the
table and create one for the "Forward to:" Field. I know i could do it by
creating an individual query/form for each manager but for obvious reasons i
want to keep it to just one.
Many thanks and sorry for waffling
Dave