Thanks for the reply's.
I'll try to simplify,
I'm tracking the different types of workshops that people attend.
I created a seperate database "List of Workshops" and will store the data
there.
This database has an ID field and another single "text" field (which stores
'date, name of workshop, and description' in it.
This probably isn't the best approach, but i'm still working out the kinks
with this.
Next, to populate this database i created a form "Admin Form: List of
Workshops" to input the data. And simply put in the data.
From there i would like to be able to go to each persons Profile Form page
(simple list of personal info) and have a "Drop Down Combo Box" showing the
workshops that have been offered. I will then choose the specific workshops
which they have attended. This means that I will have the option of choosing
one or more workshops for each person.
Once i choose their workshops, this data will be stored in its own field in
a different database called 'Profile' (this also has an ID field).
Then, on the same form which i chose their workshops, it will reflect those
choices in the 'Workshops Attended" field.
This in a nutshell describes what i'm trying to do.
My problem is, when i start choosing the workshops they attend from the
Combo Box, it is populating the "Workshops Attended" field with a number. I
want it to show the text from the combo box.
This is where i'm stuck.
Your help is appreciated.
Thanks in advance,
Jeff