Hi all,
I have asked this question a couple of times but I keep getting no answer so I thought I would give it one more go.
I have 3 combo boxes on a form. Each of these combo boxes pulls information from a table on the back end, but the list is not complete. What I want to do is use the NotInList function so that I can update the list when a new value is introduced.
But here is the complicated part. I know how to use the NotInList function for each box individually but I want to expand on this where I can tell it to save all of the information at once instead of one at a time. Reason being is because on the back end when it saves to the table it will save all the information in one row and not a new row each time.
I dont know if this can be done or not but so far im thinking not.
Appreciate any help on the matter. Thanks
Slenish
Using: Access 2003
I have asked this question a couple of times but I keep getting no answer so I thought I would give it one more go.
I have 3 combo boxes on a form. Each of these combo boxes pulls information from a table on the back end, but the list is not complete. What I want to do is use the NotInList function so that I can update the list when a new value is introduced.
But here is the complicated part. I know how to use the NotInList function for each box individually but I want to expand on this where I can tell it to save all of the information at once instead of one at a time. Reason being is because on the back end when it saves to the table it will save all the information in one row and not a new row each time.
I dont know if this can be done or not but so far im thinking not.
Appreciate any help on the matter. Thanks
Slenish
Using: Access 2003
Comment