A
Alan
i Have a combo box name Cbmonth
when click a specific case i.e. month sales the box enables,
Me.cbMonth.Enabled = (SalesPeriod = byMonth)
what i need is when we i select Sales person case i need the cbmonth to
enable
i've tried this
me.cbmonth.enabled= (SalesPeriod = byMonth and BySalesPerson) but it doesn't
work
Any ideas anyone ???
when click a specific case i.e. month sales the box enables,
Me.cbMonth.Enabled = (SalesPeriod = byMonth)
what i need is when we i select Sales person case i need the cbmonth to
enable
i've tried this
me.cbmonth.enabled= (SalesPeriod = byMonth and BySalesPerson) but it doesn't
work
Any ideas anyone ???