How to pass result to subform...?

pjustin1

Registered User.
Local time
Today, 16:06
Joined
Nov 9, 2001
Messages
15
How to pass result from a query to be display on the sub-form where the query is perform on the same form? E.g like when I enter a value into field1 and upon update, the query will run and the result will be display in the subform directly..

Thanks for all the help
Justin
 
After update, requery the subform. The subform has the query as its recordsource.
 

Users who are viewing this thread

Back
Top Bottom