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!

Up date list as name typed

Status
Not open for further replies.

JMANER

IS-IT--Management
Dec 15, 2000
31
0
0
US
I want to update a query (form!myform.name) as I type the name into an unbound box. I have the query displayed in a database subform on the same form. Good luck and may God bless.
 
JMANER,

Try
Code:
Forms!FormName.SubformName.Requery
on the Change event of the textbox.



HTH John

Use what you have,
Learn what you can,
Create what you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top