Hi,
I want to add a couple fields to an existing table and change the properties of a current field. I can add the fields but trying to update the properties of the date field I get an error using
fld.Properties("Format").Value = ShortDate
ALso is there an easy way to change the default value of a field already there. I have it set to Now() and want to take that out. This has to be done with code.
Thanks
Lisa
I want to add a couple fields to an existing table and change the properties of a current field. I can add the fields but trying to update the properties of the date field I get an error using
fld.Properties("Format").Value = ShortDate
ALso is there an easy way to change the default value of a field already there. I have it set to Now() and want to take that out. This has to be done with code.
Thanks
Lisa