Icehousman2
Registered User.
- Local time
- Today, 10:48
- Joined
- May 12, 2004
- Messages
- 45
I need to display a Price per Square feet calculation on a report. The problem is that, the query that calculates this is based off a linked table that can sometimes contain a zero value in the square feet field. The data can be manipulated if need be (although I didn't think it was possible to modify a linked table) but it needs to be automatic so the user doesn't know what is happening. I figured that i would need some type of do until loop in vb to accomplish this, but not sure how exactly to go about it. Any ideas would be greatly appreciated. Thanks in advance.