G
Guest
Hi all you smart people!!! Using Acc03 I'm creating tables using something
like dbs.tdf.fields creatfield("MyField") and everything is working fine.
Tables are created and working good. I learned how to set fld = "MyField"
and to set the attribute of AutoNumber and that workd great. But I can't
see how to set the format of a field. I can set the DefaultValue like
fld.DefaultValue=17 but when I tried fld.Format "Medium Time" it didn't
recognize the property 'Format'. Can someone put me on the right track as
to how to format a field in a table using this method??
like dbs.tdf.fields creatfield("MyField") and everything is working fine.
Tables are created and working good. I learned how to set fld = "MyField"
and to set the attribute of AutoNumber and that workd great. But I can't
see how to set the format of a field. I can set the DefaultValue like
fld.DefaultValue=17 but when I tried fld.Format "Medium Time" it didn't
recognize the property 'Format'. Can someone put me on the right track as
to how to format a field in a table using this method??