Passing Variables
N2IT
Inactive Imported Users Posts: 7,483 ■■■■■■■■■■
So..... I am looking at building some variables to pass parameters to an Access database. Any recommendation on white pages that can ramp a wannabe up? Thanks!
Comments
-
NotHackingYou Member Posts: 1,460 ■■■■■■■■□□What means will you be using to pass the variables in? If you are going to call a stored procedure, try this: CREATE PROCEDURE Statement (Microsoft Access SQL)When you go the extra mile, there's no traffic.
-
N2IT Inactive Imported Users Posts: 7,483 ■■■■■■■■■■Thanks for the follow up. I ended up using some involved VBA to manage the parameters and consolidated my data using view. (Made sure to add (nolock) this time )