D
Den
I am trying to use Excel as a point of collecting some information for an
Employee database. The Employees fill in some fields and through VBA code
using ADO I am trying to assign this data to fields in an MS SQL database.
The code I am using will open the connection to the database and retrieve a
record from the database, but it won't allow me to assign values to more
than about 10 fields before I get the error message shown in the subject
line of this posting.
The database is extremely simple, one table with about 90 fields of
information. One field is a numeric Employee ID field and rest are just text
fields.
I have tried a record.update operation after 9 fields to see if it would
let me do another nine fields after that , but that did not work.
Any suggestions??????
Dennis
Employee database. The Employees fill in some fields and through VBA code
using ADO I am trying to assign this data to fields in an MS SQL database.
The code I am using will open the connection to the database and retrieve a
record from the database, but it won't allow me to assign values to more
than about 10 fields before I get the error message shown in the subject
line of this posting.
The database is extremely simple, one table with about 90 fields of
information. One field is a numeric Employee ID field and rest are just text
fields.
I have tried a record.update operation after 9 fields to see if it would
let me do another nine fields after that , but that did not work.
Any suggestions??????
Dennis