I am designing a query it has about 20,000 records with 2 numerical fields(long integer).
I want to do a simple division i.e field3:Round([field1]/[field2],2)
It works so i assume i have no zero divisors. When i sort field3 Access returns an Overflow message.
I've herd this may be because...