default value

  • Thread starter Thread starter TK
  • Start date Start date
T

TK

I am trying to make a date field in one form equal to a date in another
loaded form through a command button in VBA code but instead of getting the
date I am getting the time. Why is this happening and how do I fix it ?
 
Are you sure? There is a difference between on screen formatting and the
actual data that gets stored.
Check the Format property of the text box you are using.
 
I'm sure, the text box where I am getting the date displays mm/dd/yyyy, but
the one that I am trying to set the default value of displays hh/mm/ss
am/pm. It's really not making sense to me
 
Back
Top