On Wed, 24 Dec 2008 06:35:15 GMT, "edisonl via AccessMonster.com" <u47544[ at ]uwe> wrote:
That is indeed not possible because the dropdown is bound to a query. What is the larger picture of what you are trying to do? Perhaps you want to add that item to the underlying table (using an Append query), and then requery the dropdown?
-Tom. Microsoft Access MVP
[Quoted Text] >Hi everyone, (Merry X'mas in advance) > >1. I had a combo Box.RecordSource = Table/Query > >2. No problem with retrieving value from query to Combo Box > >3. Now Problem, Append value from one of my controls unto Combo Box > >4. I tried AddItem But can't achieve (Please see below code) > > counter = StaffName_ComboBox.ListCount > counter = counter + 1 > StaffName_ComboBox.AddItem UserName_text, counter + 1 > >5. Anyone able to provide help ? > >Edison
|