H
Howard
In Access 2002 I have two tables. Table A's primary key is
an Integer column. Table B has a foreign key pointing to
Table A's primary key.
I set the lookup row source properties as a SQL select
statement. Anywhere I can set the format for the column, I
set it as Fixed 0 or leave the format and size properties
to nothing.
In any case when I'm viewing the lookup in a datasheet
view or in a dropdown combo box in a form, I do NOT see an
integer number. I see a fixed number with two decimal
places like 2003.00. This is not what I want to present to
users in my database.
What's happening here? How do I correct this anomaly? I
can find this exact trouble in Microsoft' Knowledge base
with the keys I'm searching.
Unless someone has a solution here, I'm changing the
column from an integer value to a Text 4 string. It makes
me take a few extra steps in code, but it will eliminate
the problem.
Howard
an Integer column. Table B has a foreign key pointing to
Table A's primary key.
I set the lookup row source properties as a SQL select
statement. Anywhere I can set the format for the column, I
set it as Fixed 0 or leave the format and size properties
to nothing.
In any case when I'm viewing the lookup in a datasheet
view or in a dropdown combo box in a form, I do NOT see an
integer number. I see a fixed number with two decimal
places like 2003.00. This is not what I want to present to
users in my database.
What's happening here? How do I correct this anomaly? I
can find this exact trouble in Microsoft' Knowledge base
with the keys I'm searching.
Unless someone has a solution here, I'm changing the
column from an integer value to a Text 4 string. It makes
me take a few extra steps in code, but it will eliminate
the problem.
Howard