Create Field Double with 2 decimal Places

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top