G
Guest
Hello,
I'm having a problem editing the code using Frontpage 2003 to allow me to do
this:
fp_sQry="SELECT * FROM Services WHERE Week = " & DatePart("ww", Date)
Unfortunately when I edit the (grey) code I can't seem to arrive at a
similar solution. What I get it something like ...DatePart(""ww"",Date)
which won't work.
I am trying to compare the week number of the year against the week value in
the database to make the page always current.
Thanks.
I'm having a problem editing the code using Frontpage 2003 to allow me to do
this:
fp_sQry="SELECT * FROM Services WHERE Week = " & DatePart("ww", Date)
Unfortunately when I edit the (grey) code I can't seem to arrive at a
similar solution. What I get it something like ...DatePart(""ww"",Date)
which won't work.
I am trying to compare the week number of the year against the week value in
the database to make the page always current.
Thanks.