Running queries via forms

D

Dragon

is there a good tutorial out there on how to make forms that run queries and
reports? I've gotten all turned around on it all.
 
J

John W. Vinson

is there a good tutorial out there on how to make forms that run queries and
reports? I've gotten all turned around on it all.

Well, forms don't "run" anything. You can use a reference to a form control on
a Query, and base a Report on that query. Crystal's tutorial might be a good
place to look, this is one of the techniques she describes:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
 
P

PieterLinden via AccessMonster.com

Dragon said:
is there a good tutorial out there on how to make forms that run queries and
reports? I've gotten all turned around on it all.

Not sure what you mean... you can run queries and reports from buttons on a
form, but that's about it.
 
Top