Thread: Format "0000"
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt[_48_] Matt[_48_] is offline
external usenet poster
 
Posts: 22
Default Format "0000"

I am performing a collection of values from different cells on a
worksheet and inserting them into an Access database. When I update
an Access database with the value in C2, which in this case is the
number 2, I need to it to go into the Access record as "0002". The
field in Access is a Text field.

Is there some type of Format function that I can use to push the C2
value into Access the way I need it?

THanks