My calculated field below works. But the number is left justified in the query grid.
Is there a way for this calc to be right justified like a normal number?
I was thinking of the Format Function but i am not sure.
NumNights: DLookUp("[NightsIN]","tblTravelDetail","[tblTravelDetail]![TripID]=" & [tblReservation].[TripID])
thank you.
Is there a way for this calc to be right justified like a normal number?
I was thinking of the Format Function but i am not sure.
NumNights: DLookUp("[NightsIN]","tblTravelDetail","[tblTravelDetail]![TripID]=" & [tblReservation].[TripID])
thank you.