D
doyle60
I have ODBC to a mainframe computer. When I bring in a field from one
of its tables, it shows it as, for example, 200.000000. I want access
to simply show 200. But access doesn't understand that this is a
number. So just changing the decimal to 0 in a form won't work. In a
query, there is no option to make the decimal 0 because that property
isn't even available, Access believing the field text.
But the field is definately a number and cannot have anything else but
a number in it.
So how do I clean this up?
I use the data in other ways in the database, but for that I paste the
data into tables that have the field already marked as a number. But
I cannot do that for this specific project; it has to work live.
This data is currently in the subform of a form, the subform working
directly off the linked table. But I can have it work off a query
instead.
Thanks,
Matt
of its tables, it shows it as, for example, 200.000000. I want access
to simply show 200. But access doesn't understand that this is a
number. So just changing the decimal to 0 in a form won't work. In a
query, there is no option to make the decimal 0 because that property
isn't even available, Access believing the field text.
But the field is definately a number and cannot have anything else but
a number in it.
So how do I clean this up?
I use the data in other ways in the database, but for that I paste the
data into tables that have the field already marked as a number. But
I cannot do that for this specific project; it has to work live.
This data is currently in the subform of a form, the subform working
directly off the linked table. But I can have it work off a query
instead.
Thanks,
Matt