default value

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 ?
 
J

JohnFol

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.
 
T

TK

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
 

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