P
Pele
Below is part of a code that somebody had given me to change the property of
a field (in this case to make the field a required field).
fld1.properties("Required") = True
What do I need to do if I want to modify this line of code to do the
following:
a) Change a field to have a DATATYPE of Number
b) FIELD SIZE should be DOUBLE
Any help will be appreciated.
Toks
a field (in this case to make the field a required field).
fld1.properties("Required") = True
What do I need to do if I want to modify this line of code to do the
following:
a) Change a field to have a DATATYPE of Number
b) FIELD SIZE should be DOUBLE
Any help will be appreciated.
Toks