I have a date/time stamp that is generated using the following format:
"yymmdd-hhnnss"
As I understand it, this format should produce a value that looks similar to this:
091127-074523
The issue that I am having is the value transmits differently depending on where I display it when I use this same format.
For example, if I look at the same value in the table and in an auto-generated email this is what I see:
-Table => 091127-74523
-Email => 091127-074523
This is causing me some issues because if someone takes the value from the email and tries to search for it in the table then they will not find that record without removing the zero immediately after the dash.
If anyone can provide any assistance, it would be greatly appreciated.
Also, almost forgot to mention that I am using Access 2003.
Thanks,
Travis
"Why would I ever want to learn about programming when Micorsoft products would be able to handle even the simplest of tasks. Oh...wait a minute...something's wrong with that statement!
"yymmdd-hhnnss"
As I understand it, this format should produce a value that looks similar to this:
091127-074523
The issue that I am having is the value transmits differently depending on where I display it when I use this same format.
For example, if I look at the same value in the table and in an auto-generated email this is what I see:
-Table => 091127-74523
-Email => 091127-074523
This is causing me some issues because if someone takes the value from the email and tries to search for it in the table then they will not find that record without removing the zero immediately after the dash.
If anyone can provide any assistance, it would be greatly appreciated.
Also, almost forgot to mention that I am using Access 2003.
Thanks,
Travis
"Why would I ever want to learn about programming when Micorsoft products would be able to handle even the simplest of tasks. Oh...wait a minute...something's wrong with that statement!