dharkangel
MIS
hello,
I am trying to create an update sql statement that accepts variables. I know how to do this in SQL Server using DECLARE @myVar Char(10), etc...but it seems like access will not even let me build an SQL statement unless it is a straight INSERT, DELETE or UPDATE statement. Is it possible to declare and set variables in an Access SQL Statement?
I am trying to create an update sql statement that accepts variables. I know how to do this in SQL Server using DECLARE @myVar Char(10), etc...but it seems like access will not even let me build an SQL statement unless it is a straight INSERT, DELETE or UPDATE statement. Is it possible to declare and set variables in an Access SQL Statement?