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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using a form to move data.

Status
Not open for further replies.

ElmoFringby30

Programmer
May 24, 2001
10
0
0
US
I want to copy selected data from one table and place it on another table b using "drop-downs" (Combo boxes) on a form. Is this possible?
 
Either:
1. Place your selected text into a table as a new entry using code. When required entirely clear this table. Your combo then should meerly point to this table. Easy.
2. Using code add the selected text to the pull down list. Not so easy and requires more code.

Sounds like a strange solution though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top