A
Allison Kelly
This question probably requires a very simple answer but I am very rusty in
my access/vba and can't think of how to set this up, so any help is greatly
appreciated.
I am setting up a call stats database for our customer service department.
Basically, general characteristics of each call that we receive. Most of the
fields are very general, yes/no, male/female. I have set up combo boxes for
those which are working fine. My problem is that I need a list box set up so
that users can select multiple items (if a participant asked multiple
questions during their call). I know that I am setting up my tables
incorrectly, but I am getting lost from there.
-I think I should have two tables, one main one with my yes and no questions
and then another table (tblReasons) that lists the possible options that a
participant called in, but I am confused about which relationship to use and
how to link it back to the main table. Should I just have the CallID
(primarykey of main table) as the foreign key and the reason as the primary?
-I know that I need to review the rules of defining table rules, and I will
be doing that tonight, but any help is so much appreciated bc I am under some
pressure here.
-Also, with a listbox, I know by using the selected items properties that i
can pull the values out that the user has selected, but all the examples I
have seen so far only print the results, they do not store them anywhere. Is
it possible to store the results in a table so that I can manipulate the data?
Thanks in advance!
my access/vba and can't think of how to set this up, so any help is greatly
appreciated.
I am setting up a call stats database for our customer service department.
Basically, general characteristics of each call that we receive. Most of the
fields are very general, yes/no, male/female. I have set up combo boxes for
those which are working fine. My problem is that I need a list box set up so
that users can select multiple items (if a participant asked multiple
questions during their call). I know that I am setting up my tables
incorrectly, but I am getting lost from there.
-I think I should have two tables, one main one with my yes and no questions
and then another table (tblReasons) that lists the possible options that a
participant called in, but I am confused about which relationship to use and
how to link it back to the main table. Should I just have the CallID
(primarykey of main table) as the foreign key and the reason as the primary?
-I know that I need to review the rules of defining table rules, and I will
be doing that tonight, but any help is so much appreciated bc I am under some
pressure here.
-Also, with a listbox, I know by using the selected items properties that i
can pull the values out that the user has selected, but all the examples I
have seen so far only print the results, they do not store them anywhere. Is
it possible to store the results in a table so that I can manipulate the data?
Thanks in advance!