I need Paradox to know if a number divides easily by another number with no remainder. For example, 100 divides by 25, but 125 does not divide by 50 and I need to catch these things before a report is printed or even created.
Years ago when I used to program with BASIC, I could do something like: if x/y = int(x/y) then everything is good. Is there some function like this in Paradox? My help file doesn't work.
*******
I also was wondering why my Paradox crashes whenever I try to edit a formula in a report. I can create a formula from scratch but whenever I edit it it crashes.