V
Vincent
I'm want to set the fieldsize of some fields in some
table...
I use a For loop to run through all fields but when a want
to set the size property
(like this: rst.Fields(i).size = 12) I get a runtime error
3219 "Invalid operation"
How comes... apparently in the help it's not said that the
property is Read-only.
Thanks for your help.
table...
I use a For loop to run through all fields but when a want
to set the size property
(like this: rst.Fields(i).size = 12) I get a runtime error
3219 "Invalid operation"
How comes... apparently in the help it's not said that the
property is Read-only.
Thanks for your help.