Read rs field via variable name

bulrush

Registered User.
Local time
Today, 17:44
Joined
Sep 1, 2009
Messages
209
A2003 on WinXP

I have 2 variables which, when concatenated, construct a field name in my DAO recordset. How do I read/write to this field in my recordset?

Ex:
s1="A"
s2="3x4"
fn=s1 & s2 ' the real field name in my DAO recordset

debug.print Myset!(fn) ' Is this right?

Thank you!
 
Thank you! I tried to give you reputation but I just gave you some on another post, so it seems too soon for me to give you some again. I got an error from the website.
 
That is correct you need to have a minimum number of posts before you can give reputation. This is to prevent new members giving them to each other to boost their status. Thanks anyway.

David
 
That is correct you need to have a minimum number of posts before you can give reputation. This is to prevent new members giving them to each other to boost their status. Thanks anyway.

David

How to give reputation to someone (clicking on the rightmost scale of the post?) and what is the minimum number of posts requirement? I have more than 60 posts.
 
Yes, click on the scale to the far right of the username in the post.

I have 79 posts. I gave Dcrake one reputation, then tried to give him another in a different post. The error I got said I had to spread reputation around first, which I assume to mean it was too soon to give him another reputation point.

Here's the error: "You must spread some Reputation around before giving it to DCrake again."
 

Users who are viewing this thread

Back
Top Bottom