mahmed1
Well-known Member
- Joined
- Mar 28, 2009
- Messages
- 2,302
- Office Version
- 365
- 2016
- Platform
- Windows
Hi Guys
what is the equivalent of doing a sumif or theses formula in Access VBA
TotalHoursColumn =Sumifs([TotalHours],[Date],@[Date])
TotalRecColumn =@[TotalHours]/@[Received]
FteCol = @[AHT]/Vlookup(@[Area],TableAreaLookup,3,0)
Im trying to avoid doing it in excel and build it in to the access table using Vba
what is the equivalent of doing a sumif or theses formula in Access VBA
TotalHoursColumn =Sumifs([TotalHours],[Date],@[Date])
TotalRecColumn =@[TotalHours]/@[Received]
FteCol = @[AHT]/Vlookup(@[Area],TableAreaLookup,3,0)
Im trying to avoid doing it in excel and build it in to the access table using Vba