I have a piece of code running within a loop which basically reads information into a number of variables in VBA and then using the doCmd.RunSql command inserts them into the database.
The problem i am having is, that everytime i use this doCmd.RunSql "INSERT........" i get a dialog box that pops up telling me that i am about to append a row of a table, and do i wish to continue YES/NO. What i want to do is skip this, is this possible?? As i dont want my users to have the option to say No, and there are approx 1000 adds to the database at one time, which is a lot of clicking YES!! Anyone????
The problem i am having is, that everytime i use this doCmd.RunSql "INSERT........" i get a dialog box that pops up telling me that i am about to append a row of a table, and do i wish to continue YES/NO. What i want to do is skip this, is this possible?? As i dont want my users to have the option to say No, and there are approx 1000 adds to the database at one time, which is a lot of clicking YES!! Anyone????