I know SQL and I understand microsoft access pretty well. I have always written queries for Access for simply organizing data for other programs to use (mostly blackthorn). All I have ever needed to do was create a table manually using the table creation tool in Access and then manipulate that data using the query tool and then once there I would go into code view and write a query and save it for later use. This is great until you need to do multiple tasks or multiple queries inline.
For instance, I want to do a bunch of inserts based on IIF's and SELECTS on those inserts. For the time being I have been creating bunches of queries that create a bunch of temp tables in my access database (local computer) and then creating more queries to select from those tables, and then creating queries to drop the temp tables. Sounds retarded right... yeah that's what I think too!
So I am looking into stored procedures since they can run multiple queries inline, and I can store values in variables like real programming, but I don't really know where to start because for some reason none of these features will run within the query tool I am comfortable.
All of the online help seems to point to the fact that i will need a SQL Server running outside of my local computer to do these stored procedures. I am not really interested in setting up a server just to have all of my SQL data from MS Access in, so is there way to do this locally? If so, please point me to a tutorial or help guide so I don't take up any more of your time. I am sure I can easily learn how to do all of this if I am just pointed in the right direction.
Thanks in Advance.
For instance, I want to do a bunch of inserts based on IIF's and SELECTS on those inserts. For the time being I have been creating bunches of queries that create a bunch of temp tables in my access database (local computer) and then creating more queries to select from those tables, and then creating queries to drop the temp tables. Sounds retarded right... yeah that's what I think too!
So I am looking into stored procedures since they can run multiple queries inline, and I can store values in variables like real programming, but I don't really know where to start because for some reason none of these features will run within the query tool I am comfortable.
All of the online help seems to point to the fact that i will need a SQL Server running outside of my local computer to do these stored procedures. I am not really interested in setting up a server just to have all of my SQL data from MS Access in, so is there way to do this locally? If so, please point me to a tutorial or help guide so I don't take up any more of your time. I am sure I can easily learn how to do all of this if I am just pointed in the right direction.
Thanks in Advance.