M
Mark Worrell
hello to all, hope you can help.
I have an access db that is split and used by 15 users. I need to get the
backend over to sql 2000. When i try the upsizing wizard i get the message
"overflow" and connot go any further.
I also have reports based on queries that get dates from a form. How do i
reference these dates in an sql view. I have placed the sql from one of my
access queries. If i paste this in to sql 2000 i get several error messages.
SELECT TBLCUSTOMER.SURNAME, TBLCUSTOMER.FIRSTNAME, TBLTAX.TAXNUMBER,
TBLTAX.TAXYEAR, TBLTAX.DATESUBMITED, TBLTAX.ASSESSEDRESULT,
TBLCUSTOMER.CURRENT
FROM TBLCUSTOMER INNER JOIN TBLTAX ON TBLCUSTOMER.TAXNUMBER =
TBLTAX.TAXNUMBER
WHERE (((TBLTAX.DATESUBMITED) Between ([Forms]![FRMASSESSEDRESULTS]![text2])
And ([forms]![FRMASSESSEDRESULTS]![text4])) AND ((TBLTAX.ASSESSEDRESULT) Is
Null) AND ((TBLCUSTOMER.CURRENT)=False))
ORDER BY TBLTAX.DATESUBMITED;
Thanks in advance.
I have an access db that is split and used by 15 users. I need to get the
backend over to sql 2000. When i try the upsizing wizard i get the message
"overflow" and connot go any further.
I also have reports based on queries that get dates from a form. How do i
reference these dates in an sql view. I have placed the sql from one of my
access queries. If i paste this in to sql 2000 i get several error messages.
SELECT TBLCUSTOMER.SURNAME, TBLCUSTOMER.FIRSTNAME, TBLTAX.TAXNUMBER,
TBLTAX.TAXYEAR, TBLTAX.DATESUBMITED, TBLTAX.ASSESSEDRESULT,
TBLCUSTOMER.CURRENT
FROM TBLCUSTOMER INNER JOIN TBLTAX ON TBLCUSTOMER.TAXNUMBER =
TBLTAX.TAXNUMBER
WHERE (((TBLTAX.DATESUBMITED) Between ([Forms]![FRMASSESSEDRESULTS]![text2])
And ([forms]![FRMASSESSEDRESULTS]![text4])) AND ((TBLTAX.ASSESSEDRESULT) Is
Null) AND ((TBLCUSTOMER.CURRENT)=False))
ORDER BY TBLTAX.DATESUBMITED;
Thanks in advance.