CraigWarmy
Registered User.
- Local time
- Yesterday, 18:27
- Joined
- Feb 13, 2009
- Messages
- 30
I been starting to getting the error 2448. Access Help offers nothing. Basically it is holding my applications up. Here is the code:
Set Cab = New Cabinets
Set Acc = New Accessories
cCabAmount = Cab.GetRoomTotalCost(nRoomID)
cAccAmount = Acc.GetRoomTotalCost(nRoomID)
cAmount = cCabAmount + cAccAmount
Set Cab = Nothing
Set Acc = Nothing
CalculateSubTotal = cAmount
End Function
I get the error at the End Function.
TIA
--Craig
Set Cab = New Cabinets
Set Acc = New Accessories
cCabAmount = Cab.GetRoomTotalCost(nRoomID)
cAccAmount = Acc.GetRoomTotalCost(nRoomID)
cAmount = cCabAmount + cAccAmount
Set Cab = Nothing
Set Acc = Nothing
CalculateSubTotal = cAmount
End Function
I get the error at the End Function.
TIA
--Craig