G
Guest
I have converted my dabatase97 to 2003 and now I am getting ODBC Call Failed.
Here is SQL string failing.
PARAMETERS [forms]![Curr_date].[Beg_Date] Text ( 255 ),
[forms]![Curr_date].[End_Date] Text ( 255 );
SELECT dbo_pldb.end_date, dbo_pldb.acct3, dbo_pldb.subacct,
dbo_bondfile.adp, dbo_bondfile.desc1, dbo_pldb.pos_qty, ([realpl]+[pl]) AS
realpl1, dbo_pldb.fees
FROM dbo_pldb INNER JOIN dbo_bondfile ON dbo_pldb.cusip = dbo_bondfile.cusip
WHERE (((dbo_pldb.end_date) Between [forms]![Curr_date].[Beg_Date] And
[forms]![Curr_date].[End_Date]));
Please help. thank you
Here is SQL string failing.
PARAMETERS [forms]![Curr_date].[Beg_Date] Text ( 255 ),
[forms]![Curr_date].[End_Date] Text ( 255 );
SELECT dbo_pldb.end_date, dbo_pldb.acct3, dbo_pldb.subacct,
dbo_bondfile.adp, dbo_bondfile.desc1, dbo_pldb.pos_qty, ([realpl]+[pl]) AS
realpl1, dbo_pldb.fees
FROM dbo_pldb INNER JOIN dbo_bondfile ON dbo_pldb.cusip = dbo_bondfile.cusip
WHERE (((dbo_pldb.end_date) Between [forms]![Curr_date].[Beg_Date] And
[forms]![Curr_date].[End_Date]));
Please help. thank you