sry m8 i forgot 2 tell you is only 1 column in the combobox, i just want it 2 add items from the list to the textbox, 1 after the other. so you wod select 1 item from the combobox n itt will add to the textbox n then select another item from the saem combo n it will add to the same textbox...
hi, umm im tring to copy values from a combobox into a textbox so that multilpe values can be saved on the databse.
the textbox it linked to a table, and the combobox uses sql quries 2 get data from a table... i have a command button which then inserts the vaule from the combobox to the...
thanxs for helping but its coming up with this error
'characters found after end of SQL statement' fixed this 1 by removing the ;
the next error is saying 'data type mismatch in criteria expressions'
i have no idea wot that mean...can some1 help plzzz....
thanxs in advance!
Purejoker!
hi every1!
umm.. i have a problem... with a sql query that i want to put on combo box.
the query goes like this:
SELECT custname.[Customers] FROM Customers WHERE =[Forms]![Invoice1]![ CustID];
=[Forms]![Invoice1]![ CustID]; this is ment to get the vaule from another txtbox or combo box on...
im new to this so hello every1!!!
umm.. i have a form with a combo box which is linked to a table which gives me customer id numbers. and i have a listbox which i want the names and addresses to appear when i select a cusotmer id number from the combo box
so on the list box i put
" SELECT...