A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

unable to run the query



 
 
Thread Tools Display Modes
  #1  
Old December 5th, 2009, 10:52 AM posted to microsoft.public.access.queries
Niroshana
external usenet poster
 
Posts: 3
Default unable to run the query

I have upsized my Access 2007 database to SQL server 2005 database (Front end
Access Database and Back end SQL server Database). Following MS Access query
does not run after upsized the database. Therefore, please help me to solve
the problem.
SELECT *
FROM DONATIONS
WHERE (((DONATIONS.PAY_DATE)=[forms]![report].[STR_DATE] And
(DONATIONS.PAY_DATE)=[forms]![report].[END_DATE]));

  #2  
Old December 5th, 2009, 05:18 PM posted to microsoft.public.access.queries
Lynn Trapp[_4_]
external usenet poster
 
Posts: 9
Default unable to run the query

What do you mean by "does not run"? Are you getting an error message? If so,
what is it?

--
Lynn Trapp
Trainer/Application Developer


"Niroshana" wrote in message
...
I have upsized my Access 2007 database to SQL server 2005 database (Front
end
Access Database and Back end SQL server Database). Following MS Access
query
does not run after upsized the database. Therefore, please help me to
solve
the problem.
SELECT *
FROM DONATIONS
WHERE (((DONATIONS.PAY_DATE)=[forms]![report].[STR_DATE] And
(DONATIONS.PAY_DATE)=[forms]![report].[END_DATE]));


  #3  
Old December 7th, 2009, 05:48 PM posted to microsoft.public.access.queries
Daryl S[_2_]
external usenet poster
 
Posts: 881
Default unable to run the query

Niroshana -

You didn't say what is not working, but one thing to check is the format of
the date fields. You may need to format the STR_DATE and END_DATE to match
what SQL Server is expecting.

--
Daryl S


"Niroshana" wrote:

I have upsized my Access 2007 database to SQL server 2005 database (Front end
Access Database and Back end SQL server Database). Following MS Access query
does not run after upsized the database. Therefore, please help me to solve
the problem.
SELECT *
FROM DONATIONS
WHERE (((DONATIONS.PAY_DATE)=[forms]![report].[STR_DATE] And
(DONATIONS.PAY_DATE)=[forms]![report].[END_DATE]));

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.