Esteemed Forum Participants and Lurkers:
===============================
ACCESS 2000 (XP) & '97
I am running an SQL statement on an existing table to create a new table. How can I keep the dumb modal popup "You are about to insert a zillion records into your table" from occurring? Here is where the warning pops up:Thank you for your gracious comments, suggestions, and assistance.Code:strSQL = "SELECT * INTO " & TABLE & " FROM MASTER_EXTRACT WHERE(Prof=" & i_Profile & ")" DoCmd.RunSQL strSQL




Reply With Quote