E
edisonl via AccessMonster.com
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
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