AndyE,
Try this
![]()
Private Sub TextBox1_Change() If Len(Me.TextBox1.Value) = 0 Then Exit Sub With Me.TextBox1 .Value = Format$(Val(.Value), "000000") End With End Sub
AndyE,
Try this
![]()
Private Sub TextBox1_Change() If Len(Me.TextBox1.Value) = 0 Then Exit Sub With Me.TextBox1 .Value = Format$(Val(.Value), "000000") End With End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks