| View previous topic :: View next topic |
| Author |
Message |
newvision General User


Joined: 19 Apr 2006 Posts: 41
|
Posted: Sun Jan 07, 2007 6:23 pm Post subject: Data from listboxes not saved |
|
|
I have created a form that has listboxes. When I make the selections from the listboxes they stay with the form as long as I am in that record. I save that record, move on to the next record. If I go back to the first record, the selections I have made in the listboxes are all blank as though i made no selection. How do I get the selections made from the listboxes to be stored with the record?
Thanks in advance!
Amy  |
|
| Back to top |
|
 |
newvision General User


Joined: 19 Apr 2006 Posts: 41
|
Posted: Thu Jan 11, 2007 12:40 pm Post subject: figured this one out |
|
|
| I figured out the problem with this. I have what I call my main table = Doll which has a field labled = Doll ID. I created another table called Hair_Type. It had three fields: 1. Hair, 2. HaiTypeID. I created the third one and called it, 'dollId' made it an integer. Then in the relationships window, I draged 'dollID from the Hair_Type table to the DollID in the main table creating that many to one relationship. Then it worked. |
|
| Back to top |
|
 |
|