Results 1 to 5 of 5

Thread: column

  1. #1
    Guest

    Angry

    How do I address a column from access vb?
    (I succedd to address the table, and yes I'm new at this)
    PostMan

    [Edited by PostMan on 09-18-2000 at 03:20 PM]

  2. #2
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Hi postman
    can you please rephrase your question
    what do you mean by address a column?

  3. #3
    Guest

    Unhappy Explanation

    Hi CoMMiE.
    I mean that I succeedd to address a recoredset in a table in access but I Couldn't access any colum accept the first!!

    Thank you for the reply
    PostMan

  4. #4
    Junior Member
    Join Date
    Sep 2000
    Location
    Poland
    Posts
    26

    Re: Explanation

    Hi,

    I assume that you already have a recordset, let's say: rst.

    Then use:

    Code:
    rst.Fields(5)
    or
    Code:
    rst.Fields("MyFieldsName")
    or
    Code:
    rst!MyFieldsName
    Is taht what you wanted?

  5. #5
    Guest

    Red face Thank you

    Thank you I'll try And let you know!!

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