View Full Version : linking forms to queries


naomi
04-22-2003, 02:26 PM
This is my parameter:

Between [Enter 1st Date]+#6:00:00 AM# And [Enter 2nd Date]+#6:00:00 PM#

I have no idea how to link my query for the parameter above to a nice and pretty form. Can you please help me?

Rob.Mills
04-22-2003, 07:36 PM
You can set the Recordsource of the form to the name of your query. I always use queries or SQL statements for forms and reports. Can't remember the last time I bound a form straight to a table.