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

Append Row Warning and Combo Box Selection

Status
Not open for further replies.

gregger20

Technical User
Mar 16, 2005
12
US
Hello,
Does anyone know how to stop the annoying Append Row warning to stop appearing?

I'm also having a bit of trouble with combo boxes. How do I reference a value form one combo box to populate another combo box via a SQL statement. Where the statement would contain the value from the first combo box.

Thanks, in advance.

Gregger20
 
There are many good FAQs in these fora, and it is always worth looking at them:
Combo Box - dependant on another Combo Box
faq702-4289
Combobox - Add New Item to List
faq702-4283
 
Code:
DoCmd.SetWarnings False
[COLOR=green][i]Do your query here[/i][/color]
DoCmd.SetWarnings True



Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top