Showstopper.
How can you manipulate dates in FP 2002? I have an Access dbase I'm web enabling. One of the key paramaters is Period From and Period to (The client is in the insurance industry).
I have a main query that contains these date fields as (from) and (to). If I use the DRW it allows me to select the (from) field and gives me operators such as =, greater than etc. But when viewing the page I ALWAYS get a syntax data mismatch error.
On investigation I found:
284843 - FP2002 Error Querying Date-Time Fields in Access Databases.htm
On the Microsoft website. This suggests that FP will NOT handle date manipulation but there is the suggested workaround which basically suggests changing code from:
.......FROM QuryName WHERE (From = '::From::')
to:
.......FROM QuryName WHERE (From = #::From::#)
basically, changing the ' to #.
Done this and when you try to resave the page, Frontpage advises that a component has been changed and the change will be overwritten!!!!! AHHHHHHHHHHHH
ANY help will be MUCH appreciated.
How can you manipulate dates in FP 2002? I have an Access dbase I'm web enabling. One of the key paramaters is Period From and Period to (The client is in the insurance industry).
I have a main query that contains these date fields as (from) and (to). If I use the DRW it allows me to select the (from) field and gives me operators such as =, greater than etc. But when viewing the page I ALWAYS get a syntax data mismatch error.
On investigation I found:
284843 - FP2002 Error Querying Date-Time Fields in Access Databases.htm
On the Microsoft website. This suggests that FP will NOT handle date manipulation but there is the suggested workaround which basically suggests changing code from:
.......FROM QuryName WHERE (From = '::From::')
to:
.......FROM QuryName WHERE (From = #::From::#)
basically, changing the ' to #.
Done this and when you try to resave the page, Frontpage advises that a component has been changed and the change will be overwritten!!!!! AHHHHHHHHHHHH
ANY help will be MUCH appreciated.