R
ryan.fitzpatrick3
I have this in my code Const conJetDate = "\#mm\/dd\/yyyy\#"
Now, my database at work does things in weeks, which is odd I know but
that's how it goes. It'll groups up data like this 200801, which is
year 2008 week 1. How do I change the const conjetdate to = 200801
when I input that into a textbox.
normally you would put in 01/01/02008 and it would equal the above
const, but when I input 200801 in the text box it gives an error
"value is not valid".
Now, my database at work does things in weeks, which is odd I know but
that's how it goes. It'll groups up data like this 200801, which is
year 2008 week 1. How do I change the const conjetdate to = 200801
when I input that into a textbox.
normally you would put in 01/01/02008 and it would equal the above
const, but when I input 200801 in the text box it gives an error
"value is not valid".