Solved How to setup conditional formatting on a form

Number11

Member
Local time
Today, 15:17
Joined
Jan 29, 2020
Messages
624
I am looking for a way to have the form highlight any names that greater than in characters

First Name <20
Surname <30

any pointers please?
 
I'll just add that if you haven't saved the Fields in the Table using Trim() or by some other method, then Len() will not do that for you

XX = "ASDFGH" + Space(6) So, Len(XX) will give you 12, not maybe the 6 it looks like.
 

Users who are viewing this thread

Back
Top Bottom