I wanted to create a macro that does an Insert into of an autonumber field from a Macro. I started off by choosing RUNSQL. I can't seem to get anywhere.
My latest attempt for the statement is
Insert into tblTrackerTest (index) SELECT [tblTracker].index from tblTracker
I thought that I could just select another index and use that. I am open to doing this a differnt way. The macro keeps telling me that it does not recognize the first use of index.
My latest attempt for the statement is
Insert into tblTrackerTest (index) SELECT [tblTracker].index from tblTracker
I thought that I could just select another index and use that. I am open to doing this a differnt way. The macro keeps telling me that it does not recognize the first use of index.