G
Guest
Does anyone know how to programmatically create a field in a table as doub le
and set the decimal places to 2?
This is what I have so far and can't figure out how to set the decimal places:
Set fldtemp = tdfQuote.CreateField("MMREHrs", dbDouble)
tdfQuote.Fields.Append fldtemp
Thank you,
Sarah
and set the decimal places to 2?
This is what I have so far and can't figure out how to set the decimal places:
Set fldtemp = tdfQuote.CreateField("MMREHrs", dbDouble)
tdfQuote.Fields.Append fldtemp
Thank you,
Sarah