G
Guest
This is my second post, and I'm hoping to get as good of help as I did the
last time, since I still don't really know what I'm doing with Access.
The database I created contains a form with 3 combo boxes: cboMain, cboSub,
and cboDetail. The choice made in cboMain determines what choices are shown
in cboSub, and choice made in cboSub determines what choices are shown in
cboDetail. The available choices in cboMain are based on a table called
tblMainItems; the choices in cboSun are based on a table called tblSubItems,
and the choices in cboDetail are based on a table called tblDetail. The
items in each table each have their own unique ID. [for example,
"Merchandising" has a MainID of 8, and it's sub issues are "Size" (SubID 28)
and "Length" (SubID 29). "Length" then has details of "Petite" (DetailID
45), "Average" (DetailID 46), and "Tall" (DetailID 47).] Hope that makes
sense.
Once I got the help I needed and got these combo boxes working properly (so
that they affected each other properly, loaded blank initially, and the 2nd &
3rd box choices changed if you change the choice in the box above), I found
that after I entered a few records, then went back and looked at them, they
were blank. I couldn't determine why, but the info was being stored in the
main table (tblCustomerIssuesLog), so no big deal. HOWEVER, the info stored
for these fields in tblCustomerIssuesLog shows up as the choice's ID number,
rather than the name. The reason this is a problem is because when I run
reports off this database, I only see the issues' IDs, not the names.
Please let me know how I can do this. If you need other info to determine
what I'm doing wrong, please let me know. Please be gentle and state things
simply - I'm not stupid, but I'm very new to Access and have had no training.
last time, since I still don't really know what I'm doing with Access.
The database I created contains a form with 3 combo boxes: cboMain, cboSub,
and cboDetail. The choice made in cboMain determines what choices are shown
in cboSub, and choice made in cboSub determines what choices are shown in
cboDetail. The available choices in cboMain are based on a table called
tblMainItems; the choices in cboSun are based on a table called tblSubItems,
and the choices in cboDetail are based on a table called tblDetail. The
items in each table each have their own unique ID. [for example,
"Merchandising" has a MainID of 8, and it's sub issues are "Size" (SubID 28)
and "Length" (SubID 29). "Length" then has details of "Petite" (DetailID
45), "Average" (DetailID 46), and "Tall" (DetailID 47).] Hope that makes
sense.
Once I got the help I needed and got these combo boxes working properly (so
that they affected each other properly, loaded blank initially, and the 2nd &
3rd box choices changed if you change the choice in the box above), I found
that after I entered a few records, then went back and looked at them, they
were blank. I couldn't determine why, but the info was being stored in the
main table (tblCustomerIssuesLog), so no big deal. HOWEVER, the info stored
for these fields in tblCustomerIssuesLog shows up as the choice's ID number,
rather than the name. The reason this is a problem is because when I run
reports off this database, I only see the issues' IDs, not the names.
Please let me know how I can do this. If you need other info to determine
what I'm doing wrong, please let me know. Please be gentle and state things
simply - I'm not stupid, but I'm very new to Access and have had no training.