how to highlight text

  • Thread starter Thread starter Guest
  • Start date Start date
On a form or report, you can use Conditional formatting. In the form's
design view, just choose: Format ... Conditional Formatting. On a single
view form, you can also use code:

If Me.chkBoxName = True Then
Me.txtWhatever.BackColor = vbYellow
End If
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top