|
-
Sep 18th, 2000, 02:17 PM
#1
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]
-
Sep 19th, 2000, 01:00 AM
#2
Addicted Member
Hi postman
can you please rephrase your question
what do you mean by address a column?
-
Sep 19th, 2000, 10:08 AM
#3
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
-
Sep 19th, 2000, 11:02 AM
#4
Junior Member
Re: Explanation
Hi,
I assume that you already have a recordset, let's say: rst.
Then use:
or
Code:
rst.Fields("MyFieldsName")
or
Is taht what you wanted?
-
Sep 19th, 2000, 02:41 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|