Results 1 to 3 of 3

Thread: Change Field Size via VB Code (URGENT!)

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Question

    Some one knows what code should I use to change the field size of a table:

    I have already this code that localize the exact field,
    but I don't know how update the table!

    <b>
    Set dbField = dbTable.Field(y)
    dbField.Size = aFields(x).Lenght
    </b>
    Thanks in advance!
    Jefferson

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    What database are you talking about? SQL Server? Access??? Oracle? Paradox?

    MORE INFO!!!!

  3. #3

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Arrow Re:

    Access
    Tx.
    Jeff

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