C
Chris Nebinger
I just used this in the OnChange event:
Me.Requery
Text0.SelStart = Len(Nz(Text0, ""))
Text2 = "Characters Remaining: " & 255 - Len(Nz
(Text0, ""))
Chris Nebinger
cell phone does). How can this be done?
in just about every procedure (keypress, dirty, etc.) to
no avail.
Me.Requery
Text0.SelStart = Len(Nz(Text0, ""))
Text2 = "Characters Remaining: " & 255 - Len(Nz
(Text0, ""))
Chris Nebinger
the remaining character size as the users type (like my-----Original Message-----
I have a 255 size text field and would like to display
cell phone does). How can this be done?
works when you move off of the control. I put the eventI tried doing 255-Len(Nz(Mycontrol.value)) and it only
in just about every procedure (keypress, dirty, etc.) to
no avail.