Import to an existing table with the field types and sizes already defined.
"tewald" wrote:
[Quoted Text] > I'm trying to import from Excel via VBA; sure, that's easy with > DoCMD.ImportSpreadsheet. Unfortunately, it has the same limitation as using > the Import Wizard: Excel automatically identifies data types, and any alpha > content causes the data to be imported as a Text field. This limits the data > to 255 characters, and I need more than that. I can format the receiving > field to be Memo, but I can't change the import itself. How would that be > done? > > TIA, > -- > Thomas F. Ewald > tewald[ at ]yahoo.com >
|