Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert statement

Status
Not open for further replies.

Bell1991

Programmer
Aug 20, 2003
386
US
I have an insert statement and when i go to run it i get the following message:

You are about to append 1 row(s).. Once you click yes, you can't use the undo command to reverse the changes. Are you sure you want to append the selected rows?

I have never gotten this message before?

If i go in manually into the table and type in the values in the insert statement - it goes in fine...

any ideas?
 
Thanks

If you are referring to thread701-1057236 - this does not address my problem..

I am manually typing in an insert statement and getting that error..
 
I am manually typing in an insert statement
Can you elaborate please ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
I click on queries ->new->design view->then right click and select SQL View and type:

Insert into tblName (column1, column2) values (1, '2')

when i go to run the query - i get the message above.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top