Combo Box to show 01 not 1

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
 
B

Bob Vance

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
 

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

Top