Results 1 to 6 of 6

Thread: [resolved] CREATE TABLE blues...

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    530

    Resolved [resolved] CREATE TABLE blues...

    Hello,
    I'm trying to create a table using the CREATE TABLE command (in Access 2000) and I'm having great difficulty. First off, I need to say that any solution must be ADO, not DAO. Here's the statement I'm using...
    VB Code:
    1. CREATE TABLE tblFoundItems (ModelNumber TEXT, FxCap TEXT, FyCap TEXT, _
    2.         FzCap TEXT, MxCap TEXT, MyCap TEXT, MxCap TEXT);
    This is straight out of the Access 2000 Developer's Handbook, yet it gives a compile error. I don't see what is wrong with the statement, but I'm new to Access... (so go easy on me).
    Thanks
    Last edited by rickford66; Aug 19th, 2005 at 01:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width