S
steve c
I had a guy help me out on a form with calculating a
total that was SEAT_CAPACITY - SEATS_OCCUPIED, giving me
SEATS_AVAILABLE. But I can't get it to work on my form.
It works on his. WHat could i be missing?
=[fliSeatCapacity]-[sfrmPassengers].[Form].[txtCount]
I'm assuming that last part is subtracting a count of the
passengers from the passenger subform from the capacity
of the plane.
total that was SEAT_CAPACITY - SEATS_OCCUPIED, giving me
SEATS_AVAILABLE. But I can't get it to work on my form.
It works on his. WHat could i be missing?
=[fliSeatCapacity]-[sfrmPassengers].[Form].[txtCount]
I'm assuming that last part is subtracting a count of the
passengers from the passenger subform from the capacity
of the plane.