Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Without an answer to this what to tell you for full resolution of this problem is a guess at best! . . .Remou said:[blue]I think it really depends on what the options are and what you intend to do with them.[/blue]
Ok Finally who knows what they talking about..
If chkFranchise Then Me!DetailLevel1 = "1" _
Else Me!DetailLevel1 = "9"
If chkRegion Then Me!DetailLevel2 = "2" _
Else Me!DetailLevel2 = "9"
If chkRevenue Then Me!DetailLevel3 = "3" _
Else Me!DetailLevel3 = "9"
If chkAggregate Then Me!DetailLevel4 = "4" _
Else Me!DetailLevel4 = "9"
Me!SelectFranchiseNumber = Me!cboFranchise
Me!SelectRegion = Me!cboRegion
Me!SelectRevenue = Me!cboRevenue
'This routine will analyze the New Marketing and
' Sales Reports form, then run which ever reports
' are requested.
With Me
If !chkPercentOfSales Then PercentOfSalesChartBuild
If !chkCostPerLeadEtc Then CostPerLeadEtcChartBuild
If !chkROI Then ReturnOnInvestmentChartBuild
If !chkCoreBusiness Then
If !chkFranchise Then _
MarketingMixFranchisePieChartBuild
If !chkRegion Then _
MarketingMixRegionPieChartBuild
If !chkRevenue Then _
MarketingMixRevenuePieChartBuild
If !chkAggregate Then _
MarketingMixAggregatePieChartBuild
End If
End With