B
Bill
Is there something piculiar about referencing fields via
RecordsetClone such that builtin functions are ignored
in A2K? There were several instances printed via
Debug.Print where the trailing blanks were not removed,
as you can see in the "Ratto" example.
strTemp = strTemp & "<" & RTrim(Me.RecordsetClone![EmailHome]) & ">;"
"Ratto"<[email protected] >;
Thanks,
Bill
RecordsetClone such that builtin functions are ignored
in A2K? There were several instances printed via
Debug.Print where the trailing blanks were not removed,
as you can see in the "Ratto" example.
strTemp = strTemp & "<" & RTrim(Me.RecordsetClone![EmailHome]) & ">;"
"Ratto"<[email protected] >;
Thanks,
Bill