G
Guest
I have a table in which data are entered and categorized according to a cost
code, e.g., 14.2, 21, 14.2.6.4, etc. I created a combo box (I also tried a
text box) so the user can only enter in the correct cost codes. The data
type of the cost code is text because a number with multiple decimal points
will not work The problem is that when I run a query to gather records, the
resulting table does not conatin the text of the cost code but rather a
number of which I know not where it comes from. I tried format properties
indicating that a character is not needed but that did not work. What am I
doing wrong? Thanks
code, e.g., 14.2, 21, 14.2.6.4, etc. I created a combo box (I also tried a
text box) so the user can only enter in the correct cost codes. The data
type of the cost code is text because a number with multiple decimal points
will not work The problem is that when I run a query to gather records, the
resulting table does not conatin the text of the cost code but rather a
number of which I know not where it comes from. I tried format properties
indicating that a character is not needed but that did not work. What am I
doing wrong? Thanks