RSprinkel Posted September 7, 2006 Share Posted September 7, 2006 Hi All,I am having an issue with one of my databases.I am trying to enter data from a temp database into a permanent database via a form.When I hit the submit form I am getting this error."Column count doesn't match value count at row 1"Can someone please give me some ideas as to what is causing this? I have checked all the data fields that this is trying to go in and the data count matches the column countI have 15 data fields and 15 columns in this database.Thanks in advance. Quote Link to comment Share on other sites More sharing options...
fenway Posted September 7, 2006 Share Posted September 7, 2006 Well, apparently, the columns and fields don't match -- that's an error from an failed INSERT statement. Dump the statement, and let me take a look. Quote Link to comment Share on other sites More sharing options...
RSprinkel Posted September 7, 2006 Author Share Posted September 7, 2006 Thanks for the help. I did just find the error.The info it was to be placed into the db I didn't have a comma in between 2 of the data and threw it off.Again, Thanks much for your help.RSprinkel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.