Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

URGENT date help

LEGEND ,
Jul 30, 2006 Jul 30, 2006

Copy link to clipboard

Copied

Dear all

using ASP and MS ACCESS

i have a column called strAddDate

I want to provide 3 link to my users

Link 1 - When clicked updates the strAddDate column with 10 days

Link 2 - When clicked updates the strAddDate column with 20days

Link 3 - When clicked updates the strAddDate column with 30days

How can I do this ?

thanks in advnace




TOPICS
Server side applications

Views

225
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 31, 2006 Jul 31, 2006

Copy link to clipboard

Copied

LATEST
Use a DateAdd function. eg.DateAdd(d, 10, strAddDate) - DateAdd(d, 20,
strAddDate) - DateAdd(d, 30, strAddDate).


"Techy" <anwar@clickbahrain.com> wrote in message
news:eak0ut$1um$1@forums.macromedia.com...
> Dear all
>
> using ASP and MS ACCESS
>
> i have a column called strAddDate
>
> I want to provide 3 link to my users
>
> Link 1 - When clicked updates the strAddDate column with 10 days
>
> Link 2 - When clicked updates the strAddDate column with 20days
>
> Link 3 - When clicked updates the strAddDate column with 30days
>
> How can I do this ?
>
> thanks in advnace
>
>
>
>


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines