S
Steve via AccessMonster.com
I'm trying to create a macro that runs 3 action queries sequentially: An
Update, an Append, and a Delete query. Problem is, when I copy the SQL code
into a "RunSQL" macro, it exceeds the 255 char limit. I also tried
converting the SQL to VBA procedure and calling the proc via a "RunCode"
macro, but access says it can't find the procedure.
Any ideas what I could possibly be doing wrong ?
Update, an Append, and a Delete query. Problem is, when I copy the SQL code
into a "RunSQL" macro, it exceeds the 255 char limit. I also tried
converting the SQL to VBA procedure and calling the proc via a "RunCode"
macro, but access says it can't find the procedure.
Any ideas what I could possibly be doing wrong ?