I'm planning on migrating an Access 97 DB to SQL Server 2000 but the front end will remain as Access 97.
What I want to know is do I have to convert the queries in the RowSource property of the forms and reports to stored proc, or views or will they work as normal queries as they are right now?
These queries do have IIF in them which I know is not supported by SQL.
Thanx a lot in advance
What I want to know is do I have to convert the queries in the RowSource property of the forms and reports to stored proc, or views or will they work as normal queries as they are right now?
These queries do have IIF in them which I know is not supported by SQL.
Thanx a lot in advance