I am running a make-table query and I set up 2 fields where the values are zero. Later I run 2 update queries for these zero valued fields and I get a conversion error. What happens is when the make-table query runs, it sets these two field values to Long Integer. When I run my update query, I need to update with values that are larger than what a Long Integer field can hold.
Bottom line, how can I make these two fields become Single number fields and not Long Integer when I run my make-table query.
Thanks in advance,
Chris
Bottom line, how can I make these two fields become Single number fields and not Long Integer when I run my make-table query.
Thanks in advance,
Chris