jgoodman00
Programmer
- Jan 23, 2001
- 1,510
Using SQL Server 2000 as a datasource, & an Access XP project as the client app, how would the folowing query need to be rewritten in order to make it work in SQL??
UPDATE tblHierarchy SET tblHierarchy.Priority = [Forms]![SelectCriteria]![lstPriority];
That is the existing query but this does not work as a stored procedure in SQL, because it doesn't understand the reference to the form. Does anyone know how to do this??
James Goodman
j.goodman00@btinternet.com
UPDATE tblHierarchy SET tblHierarchy.Priority = [Forms]![SelectCriteria]![lstPriority];
That is the existing query but this does not work as a stored procedure in SQL, because it doesn't understand the reference to the form. Does anyone know how to do this??
James Goodman
j.goodman00@btinternet.com