(I know how to use Stored Procedures)
so theres no BIG differences between SQL query in the code and Stored Procedures on queries like that?
the reason why i ask this is that its twice as much work when changing an SQL statement if making a script for both access and SQL server if i use stored procedures
for me it sounds ineffective with stored procedures (first call them from the script, then query the table(s) and send it back to the script instead of a direct call to the table(s)) but that may be me...
but thanks for ya help guys
i appreciate it