D
deercreek
I have the following table test3.
RESERVATIONID Site SitePrice
101 RV2 $25.00
101 RV3 $25.00
102 RV4 $25.00
102 RV5 $25.00
104 RV10 $25.00
I created a query with the following dsum
DSum("SitePrice", "test3", "Reservationid = 101")
When I try to view query I get the following error. Anyone know whats
going on?
"Data type mismatch in criteria expression"
RESERVATIONID Site SitePrice
101 RV2 $25.00
101 RV3 $25.00
102 RV4 $25.00
102 RV5 $25.00
104 RV10 $25.00
I created a query with the following dsum
DSum("SitePrice", "test3", "Reservationid = 101")
When I try to view query I get the following error. Anyone know whats
going on?
"Data type mismatch in criteria expression"