Integer in Query Column

S

SAC

Access 2000

How do I make a query Column an integer. I checked the Format on the column
and there's an option for Fixed, but no decimal setting.

Thanks.
 
J

jmonty

See Access Help on how to use the convert to integer
function CInt()
In your query (column) enter the following where Field1 is
the field that you want to convert.

Expr1: CInt([Field1])
 

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