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!
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!