G
Guest
I have an insert into statement that takes a value from a listbox and puts it
in a new table where more fields will be manually typed in on another form.
The field "Oracle" represents two fields in one, hence the hypen.
But the insert into puts it in the new table as a subtraction value.
So, Field value "904235-2" updates as "904233" which is subtraction of the
digits on the left side of the hypen minus the digits on the right side of
the hypen!!
I have tried changing the field type from "text" to "number" in the new
table, but that doesn't work. What do I need to do?
Thanks in advance for your help!!
in a new table where more fields will be manually typed in on another form.
The field "Oracle" represents two fields in one, hence the hypen.
But the insert into puts it in the new table as a subtraction value.
So, Field value "904235-2" updates as "904233" which is subtraction of the
digits on the left side of the hypen minus the digits on the right side of
the hypen!!
I have tried changing the field type from "text" to "number" in the new
table, but that doesn't work. What do I need to do?
Thanks in advance for your help!!