Subform within Subform

  • Thread starter ILoveAccess via AccessMonster.com
  • Start date
I

ILoveAccess via AccessMonster.com

I need to keep track of what Models my customers are interested in. My
customers are usually interested in more than one model. How can I keep
track in one field on a form of the multiple Models they are interested in
without using a multi-select list box. I don't want to use a multi-select
list box because I don't know what the models are ahead of time so I can't
type them into the list box ahead of time.

I tried to set up a subform within a subform but had issues. Here is how I
have everything set up:

"tblCustomers"(contains customer info)----- "LeadID"(AutoNumber)
"tblHistory"(contains contact history) -------"HistoryID" (Number)
"ModelNo" (Number)
"tblModels" (contains model interest) ------- "ModelID"(Autonumber)
"HistoryNo" (Number)
"Model" (Text)

"frmCustomers" and subform "frmsubHistory" (Linked by LeadID and HistoryID)

"frmsubHistory" and subform "frmModels" (How should I link these?)

I've tried to link them many different ways and I just keep having problems!
Some of the problems I've had:

1.) (linking by HistoryID and HistoryNo)
It duplicates info (ex. if Mr. Doe requests info from me and he is
interested in Model VX, I type VX in the Model subform. He requests info
from me again a few days later but he is interested in a different model.
The next "History" record for him repeats the number automatically. If I
change the model, then the model changes in all his "History" records.

2.) (Linking by ModelID and ModelNo)
When I enter the model in the Model subform,then click to the next
"History" record, then go back to the record I just entered the model in.
The model isn't saved. I checked and the models do store in tblMOdels like
they are supposed to. They are just not saving in the Models subform!

3.) (linking by HistoryID and ModelID)
It doesn't even let me enter a model number. I receive the error message
saying "You can't assign a value to this object"


PLEASE HELP!!! This is my last major pjt for now that I have spent HOURS on
and can't figure it out!!
 
Top