D
Dechienne
Building a form to track issues inside a callcenter. I'd like to get the
form as efficient as possible so I'd like to be able to enter in a problem
into one field, then on the following field have only the corresponding
sub-problems listed.
I've attempted to use macro's to run several different actions on a field.
I can get those to work, but I keep getting a null error, but still get the
correct data.
I was advised to make each situation/reason combination into it's own
table - which I did, and now I have 6 tables I need 1 field to be able to
look at.
I need to know if/how I can get this field to look up information from
multiple different tables based off the information inputed by the user, and
the input data from that table into another combo box on the same form. The
tables are all labled the same as what will be inputed into the field.
Little more details: Some of the information that'll be inputed into the
Situation field is like: Idle: , Sign-off:, Inbound Call: The data that
is in the Reason field (The one I'm attempting to auto populate based off
the situation field) will have data like: Personal, lead-line, meeting,
research, equipment...etc The tables are named the same thing as the
situations themselves.
Hope that made sense...been driving me nuts trying to finish this thing
form as efficient as possible so I'd like to be able to enter in a problem
into one field, then on the following field have only the corresponding
sub-problems listed.
I've attempted to use macro's to run several different actions on a field.
I can get those to work, but I keep getting a null error, but still get the
correct data.
I was advised to make each situation/reason combination into it's own
table - which I did, and now I have 6 tables I need 1 field to be able to
look at.
I need to know if/how I can get this field to look up information from
multiple different tables based off the information inputed by the user, and
the input data from that table into another combo box on the same form. The
tables are all labled the same as what will be inputed into the field.
Little more details: Some of the information that'll be inputed into the
Situation field is like: Idle: , Sign-off:, Inbound Call: The data that
is in the Reason field (The one I'm attempting to auto populate based off
the situation field) will have data like: Personal, lead-line, meeting,
research, equipment...etc The tables are named the same thing as the
situations themselves.
Hope that made sense...been driving me nuts trying to finish this thing