Got this from someone else to tell me how to get a count of a group in a certain period of time.... NOW
=DCount("*","tbl_Person","Now() Between StartDate And EndDate And GroupType='GWHIS'")
*******************
if DCount works to get count, what simple function call can I use to get a record cell from a table...
For instance.... typically I could write SQL to get this:
SELECT ForecastAmount FROM rtbl_Forecast WHERE ForecastTitle = 'Software Licenses' AND ForecastTimePeriod = 3/1/2006
It would Return: 3000
.....I dont know Access well enough to know what funct call I can use... i figure there has to be something like above I can use....
Please advise, thanks,
Ron
=DCount("*","tbl_Person","Now() Between StartDate And EndDate And GroupType='GWHIS'")
*******************
if DCount works to get count, what simple function call can I use to get a record cell from a table...
For instance.... typically I could write SQL to get this:
SELECT ForecastAmount FROM rtbl_Forecast WHERE ForecastTitle = 'Software Licenses' AND ForecastTimePeriod = 3/1/2006
It would Return: 3000
.....I dont know Access well enough to know what funct call I can use... i figure there has to be something like above I can use....
Please advise, thanks,
Ron