pickslides
Red Sails In The Sunset
- Local time
- Tomorrow, 09:25
- Joined
- Apr 29, 2008
- Messages
- 76
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 my computer doesn't have the memory to perform the calc. Is there any other reason?
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 my computer doesn't have the memory to perform the calc. Is there any other reason?