Kathleen
Just for test I made an easier query,
SELECT * FROM aktuellt WHERE (publ2 = '::j::' AND datein =
'Date()') I have also tried
SELECT * FROM aktuellt WHERE (publ2 = '::j::' AND datein =
':
ate()::') Same problem.
Ted
"Kathleen Anderson [MVP - FP]" <
[email protected]> skrev i
meddelandet After you make this change, what does your query look like? Can you
post it here?
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
I have tried this but I only get the messages
One or more form fields were empty. You should provide default
values for all form fields that are used in the query.
/Ted
"Kathleen Anderson [MVP - FP]" <
[email protected]> skrev i
meddelandet AND datein <= Date() AND dateout >= Date()
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Kathleens reply? where?
Ted
"Thomas A. Rowe" <
[email protected]> skrev i meddelandet
See Kathleen reply and disregard my reply because it would
require that you have already define today's date prior to
running the query.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support
see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
I don't use the FP DRW, but try replacing:
'::todaysdate::'
with
#::todaysdate::#
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
Hi
FP 2000 Access 2000
In a db query I want to compare todays date with the datein
and dateout. The post should only be listed when
todaysdate=datein or todaysdate=dateout or when todaysdate
is between datein and dateout. I have made the query like
this but I don´t know what to wright instead of todaysdate
SELECT * FROM aktuellt WHERE (publ1 = 'j' AND datein <=
'::todaysdate::' AND dateout >= '::todaysdate::')
Is there anyone know what I shall put in the query instead of
todaysdate to get it work.
I appreciate your answer.
Ted