I
Iris
I have searched and can't find where anyone else has had this problem, so
maybe I'm missing the obvious. But, any help would be appreciated.
I'm rebuilding an Acc2000 .mdb to an Acc2000 .adp with SQL Server back end.
I have various columns that need to be formatted to show leading zeroes on
the Access front end. The format property for the control works fine for
SSN and other smaller columns. But, when trying to format a bigint column,
the format does nothing. I really don't want to change this to a varchar
field because it is used as search criteria and I believe the search is
faster with integers, right?
Does anyone know why a bigint column won't format in Acc2000 .adp? Is there
another choice of data type other than varchar that would work instead?
Example:
0123-4567-8901-2-3
I entered 0000-0000-0000-0-0 into the format property and it still displays
on the Access form as:
1234567890123
An input mask didn't work either. It made it display as 1234-5678-9012-3-
Thanks for any help!
Iris
maybe I'm missing the obvious. But, any help would be appreciated.
I'm rebuilding an Acc2000 .mdb to an Acc2000 .adp with SQL Server back end.
I have various columns that need to be formatted to show leading zeroes on
the Access front end. The format property for the control works fine for
SSN and other smaller columns. But, when trying to format a bigint column,
the format does nothing. I really don't want to change this to a varchar
field because it is used as search criteria and I believe the search is
faster with integers, right?
Does anyone know why a bigint column won't format in Acc2000 .adp? Is there
another choice of data type other than varchar that would work instead?
Example:
0123-4567-8901-2-3
I entered 0000-0000-0000-0-0 into the format property and it still displays
on the Access form as:
1234567890123
An input mask didn't work either. It made it display as 1234-5678-9012-3-
Thanks for any help!
Iris