display records >(higher) than todays date?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default display records >(higher) than todays date?

    hi,

    I have a vacancies table which displays vancanies added into a database. I
    want to display the records that have todays date or higher in the DATE_EXPIRY
    column. I know you can mess around with dates with dreamweaver, so does that
    mean i need to do something in access?

    I dont know, you tell me.

    Don Pacino Guest

  2. Similar Questions and Discussions

    1. display blocks of records
      Hi i've some records which needs to be displayed by block according to the serial no.. here's the below one. sl.no -- name -- school ...
    2. Add 5 week days to todays date
      <cfoutput>#dateformat(dateadd('w', 5, now()),'dd-mmm-yyyy h:mm:ss')#</cfoutput> I created this code to add 5 week days to today's date. For some...
    3. How to display records from todays date and specifiec time of the day
      Hi all any idea how to display specific record on current date and time of the day ... i did managed to display it for the date and drop it on...
    4. Add German Date one higher
      Hello Newsgroup, I have a german date for example 01.02.2004. It means the same like February, 1st 2004. I need a function that can add my...
    5. When records don't display that are there
      Hi All, Using Dreamweaver MX, Personal Web Server 4.0, VB Script, Asp Pages, MS Access Database, WIN 98 OS I basically have a Search Page with...
  3. #2

    Default Re: display records >(higher) than todays date?

    hi,

    sorry ihave just found an excellent tutorial with the answer

    [url]http://www.webthang.co.uk/tuts/tuts_ud4/utrix1/utrix1_1.asp[/url]

    BUT, i have ONE MORE question, upon insertion of the data, i will have a drop
    down box to ask the user how many days they want to display the advert.

    this will be arranged in the drop down as : 3 days, 7 days, 10 days, 14 days

    Now say if the user selects they want to advertise the ad for 3 days.

    I want the date inserted in the database to be from 3 days from the current
    date!!!

    hope this is making sense.

    Can you help?

    Don Pacino Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139