Re: Problems with inserting data in a created Access database

2003-01-05 Thread Brad Smith
By accident, I solved my problem with inserting data into a memo field that is created on the fly. I wanted to pass on the information of how I did it and ask what the difference is between what I was doing in my code as opposed to what I discovered. The original code is posted below. I perus

Problems with inserting data in a created Access database

2003-01-04 Thread Brad Smith
I've gotten though the process of creating my table dynamically. Now, I am having problems with inserting data into the Memo fields, even when I am using bind-param. Can anyone figure out what my problem is from my code below? Again, I am creating and adding data to an Access database, using