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  

Query Parameters error of the Upsized database



 
 
Thread Tools Display Modes
  #1  
Old December 8th, 2009, 03:42 PM posted to microsoft.public.access.queries
Niroshana
external usenet poster
 
Posts: 3
Default Query Parameters error of the Upsized database

I have upsized my Access 2007 database to SQL server 2005 database (Front end
Access Database and Back end SQL server Database). Following Adp query does
not work as Accdb query after upsized the database due to parameters have
been changed. Therefore, please help me to solve the problem.

Accdb Query
SELECT *
FROM DONATIONS
WHERE (((DONATIONS.PAY_DATE)=[forms]![report].[STR_DATE] And
(DONATIONS.PAY_DATE)=[forms]![report].[END_DATE]));

Adp Query(After upsized)
SELECT dbo.DONATIONS.*
FROM dbo.DONATIONS
WHERE (PAY_DATE = @forms___report___STR_DATE1) AND (PAY_DATE =
@forms___report___END_DATE2)

 




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 12:01 AM.


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