soupisgood84
Technical User
Just a quick question that I couldn't Google; (evidently there is something called VBA Infinity, lol)
I am setting perimeters for a query and I would like to know how to set a -Infinity and +Infinity to a price.
Please help...thanks
I am setting perimeters for a query and I would like to know how to set a -Infinity and +Infinity to a price.
Please help...thanks
Code:
Me!txtLowerPrice = -Infinity
Me!txtUpperPrice = Infinity