N naomi Registered User. Local time Today, 08:33 Joined Apr 21, 2003 Messages 19 Apr 22, 2003 #1 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?
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?
R Rob.Mills Registered User. Local time Today, 08:33 Joined Aug 29, 2002 Messages 871 Apr 23, 2003 #2 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.
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.