RE: Parameter query question
- From: Duane Hookom <duanehookom@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 09:49:02 -0800
This looks ok to me (other than field names with spaces & symbols and a
field named "Name" ;-( ).
Do you get the enter parameter twice when directly opening the query or when
attempting to open a form or report?
Try copy and paste the SQL into a new blank query and see if you get
prompted twice.
--
Duane Hookom
Microsoft Access MVP
"Tina" wrote:
SELECT tbleLOCAgreements.ID, tbleLOCAgreements.Supplier,.
tbleLOCAgreements.[Agreement #], tbleLOCAgreements.[Date Submitted],
tbleLOCAgreements.[Date Due], tbleLOCAgreements.[Date Received],
tbleLOCAgreements.[Next Reminder Date], tbleLOCAgreements.Status,
tbleLOCAgreements.[Member Group], tbleLOCAgreements.Name,
tbleLOCAgreements.[Bar Code], tbleLOCAgreements.[Last Name],
tbleLOCAgreements.[First Name], tbleLOCAgreements.Notes
FROM tbleLOCAgreements
WHERE (((tbleLOCAgreements.[Next Reminder Date])=[Enter Reminder Date]));
--
Tina
"Duane Hookom" wrote:
Post the SQL view of your query.
--
Duane Hookom
Microsoft Access MVP
"Tina" wrote:
I set up a parameter query where the user enters a date. For some reason,
the "enter parameter value" box now comes up twice and the user needs to
enter the date twice before viewing the query results. I looked at the query
in design view and nothing has changed on it. Any ideas why this might be
happening? This is the criteria I entered into the query's date field:
[Enter Reminder Date]
Thanks!
--
Tina
- Follow-Ups:
- RE: Parameter query question
- From: Tina
- RE: Parameter query question
- Prev by Date: Re: In([variable])
- Next by Date: RE: Append Same Records
- Previous by thread: Re: selection
- Next by thread: RE: Parameter query question
- Index(es):
Relevant Pages
|