Combo Box to show 01 not 1

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

In my combo box row source is 01;02;03; but when i select say 02 only 2 is
showing, Control Source is DateOfBirth/Number Field
 
Thanks Tom, the problem is with doing that when I use this control I still
get 7 Mary and not 07 Mary in tbName...Regards Bob

Private Sub cmdEnterDateMare_Click()
Me.tbName.value = cbDateOfBirth.value & " " & Me.CbMotherName.value


End Sub
 
Back
Top