Using form values as criteria for query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to run a query from a form where the query inherits the criteria
on display on the form. eg, if I am looking at invoice #1 in the form, I can
use a button to run a query which uses invoice # 1 as the query criteria.

Does anybody have some code I can use for this?

Thanks
 
Richard:

The following KB article may be a good reference, depending on your exact
needs.

http://support.microsoft.com/default.aspx?scid=kb;en-us;304428

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I would like to run a query from a form where the query inherits the
criteria
on display on the form. eg, if I am looking at invoice #1 in the form, I
can
use a button to run a query which uses invoice # 1 as the query criteria.

Does anybody have some code I can use for this?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top