Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a value to a table

Status
Not open for further replies.

s4010435

IS-IT--Management
Jul 8, 2003
1
AU
Hi

I am new to this stuff, i need to add a value from a text box to a list box permanantly on the click of a button. Any Ideas
 
set the datasource of the list box as a query in the table that the text box reads/posts. Set grouping so that you only get one of each item and don't forget to requery the form in the "oncurrent" event.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top