Can i work with macro's in vb 6 sp 4
for instance
dim sformule as string
dim new as string
' .fields("b_valu e") = " 5"
sformule = "Trim(.fiel ds(" & chr(34) & "b_Value" & chr(34) & "))" ' =
"trim(.fields(" b_value"))"
this doesn't work for me
new = sformule
where new becomes "5"
is there a possibility
with kind regards
Jürgen Depoorter
for instance
dim sformule as string
dim new as string
' .fields("b_valu e") = " 5"
sformule = "Trim(.fiel ds(" & chr(34) & "b_Value" & chr(34) & "))" ' =
"trim(.fields(" b_value"))"
this doesn't work for me
new = sformule
where new becomes "5"
is there a possibility
with kind regards
Jürgen Depoorter