Hi All
I'm wanting to upsize my database to a SQL server - still using Access as the front end.
Do I need to convert ALL events (and code in my modules) to Stored Procedures on the SQL server?
How would I refer to fields/values on forms (or other queries)
I also get the impression that I should convert my standard SELECT queries from the access front-end to VIEWS on the server.
If I do this, how to I get the views to reference a field value that is on my access form?
Is there a tool that will convert my existing code to SPs and views?
I'm wanting to upsize my database to a SQL server - still using Access as the front end.
Do I need to convert ALL events (and code in my modules) to Stored Procedures on the SQL server?
How would I refer to fields/values on forms (or other queries)
I also get the impression that I should convert my standard SELECT queries from the access front-end to VIEWS on the server.
If I do this, how to I get the views to reference a field value that is on my access form?
Is there a tool that will convert my existing code to SPs and views?