G
Giri Palakodeti
I have some code like this . Form name, control name , property value comes
from a Table and i have to set the value to a new value. How do i achieve
this in Access 2003?
'Forms![Co_Main]![Label88].Height = newvalue;
Eval("Forms!" & "[" & rs1("Form") & "]![" & Trim(rs1("actualControl")) &
"]." & Trim(rs1("ChangeProperty"))) = rs1("changeto_inches")
from a Table and i have to set the value to a new value. How do i achieve
this in Access 2003?
'Forms![Co_Main]![Label88].Height = newvalue;
Eval("Forms!" & "[" & rs1("Form") & "]![" & Trim(rs1("actualControl")) &
"]." & Trim(rs1("ChangeProperty"))) = rs1("changeto_inches")