Hi Forum, Access 2000
A continuous form includes a control for Email and another for SMSText
The form record source is
- extract
Control source is
And then Conditional Formatting disables the control if "No Email" is the field value.
Similar for the sms text control.
Could it be just so many things to do that causes the flicker??
Most forms only have 2 to 6 records so you wouldn't imagine it over taxes the system that much.
Any ideas what can cause the flicker just in the two controls, not the whole record in the continuous form.
Thanks, Bill
A continuous form includes a control for Email and another for SMSText
The form record source is
Code:
NZ([ADEmail],"None") AS MemEmail
Control source is
Code:
=IIf([MemEmail]='None',"No Email","Email Repay Advice")
Similar for the sms text control.
Could it be just so many things to do that causes the flicker??
Most forms only have 2 to 6 records so you wouldn't imagine it over taxes the system that much.

Any ideas what can cause the flicker just in the two controls, not the whole record in the continuous form.
Thanks, Bill
