Re: Anyone spot what's worng here?
- From: "JethroUK©" <reply@xxxxxxxxx>
- Date: Mon, 01 May 2006 19:44:29 GMT
fix it thanks
"Douglas J Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx> wrote in message
news:uRrWWMRbGHA.4248@xxxxxxxxxxxxxxxxxxxxxxx
If IsNull(ctrl) And ctrl.Left < 7000 And (ctrl.ControlType =
acTextBox Or ctrl.ControlType = acComboBox) Then _
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"JethroUK©" <reply@xxxxxxxxx> wrote in message
news:TQk5g.8977$E52.2087@xxxxxxxxxxxxxxxxxxxxxxx
using form current event - trying to set background color of fields in
detail section to identify those not completed (null)
For Each ctrl In Detail.Controls
If IsNull(ctrl) And ctrl.Left < 7000 And ctrl.ControlType =
(acTextBox Or acComboBox) Then _
ctrl.BackColor = 255 Else ctrl.BackColor = 10040115
Next
error setting backcolor as unidentified property - anyone see mistake?
.
- References:
- Anyone spot what's worng here?
- From: JethroUK©
- Re: Anyone spot what's worng here?
- From: Douglas J Steele
- Anyone spot what's worng here?
- Prev by Date: RE: Removing Blank Lines
- Next by Date: when is null field not null?
- Previous by thread: Re: Anyone spot what's worng here?
- Next by thread: Re: Function Vs Expressions
- Index(es):
Relevant Pages
|