Date comparison :: Original price vs Reduced price :: Access 2000/ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Date comparison :: Original price vs Reduced price :: Access 2000/ASP

    I need some guidance in how to control dates with regards price reductions
    in my product list inside an Access 2000 database.

    For instance:

    1. I will start off with an ORIGINAL PRICE where I must record the data
    capturers INSERTION date

    2. At some point there may be a REDUCTION IN PRICE. I need to record when
    the data capturerer modified the record to reflect the new price.

    ....I then will dynamically compare the two dates to determine if there has
    been a price reduction.

    What would be the best way to go about comparing the original insertion date
    and a later modification date for the two price fields: original and
    reduced.

    It appears to me that I cannot use Date () as this would auto. insert a date
    into the modified price date field when the data capturer firsts imserts the
    ORIGINAL PRICE.

    I could allow the data capturer to select the two dates but this allows for
    input error or incorrect date selection.

    I appreciate your replies - thanks In advance

    - Jason


    jason Guest

  2. Similar Questions and Discussions

    1. Access SQL- Date comparison problem
      I use an Access-database where one column stores a date originating from this code: Indate = FormatDateTime(date(),vbgeneraldate) I then want...
    2. New project - Price
      Hi I have a customer who wants a price on a flashproject. The result should look something like this: http://www.triumph-international.no Could...
    3. Extract most recent price reduction and date in series of fields in same row
      If one has a series of price reduction fields (3) and corresponding date fields (3) in each record.....how would one check the row to see which of...
    4. Extract most recent price reduction and date in serie
      Hi - this post overlaps with another post (Tom K was helping) but has a differnt slant and explanation which I feel warrants a new post..... If...
    5. PRICE REDUCED!!!
      Price reduced to $200 ONO. Andrew Tan wrote:
  3. #2

    Default Re: Date comparison :: Original price vs Reduced price :: Access 2000/ASP

    Hi,

    Are you trying to do this in a table view? Or are you doing this on a form
    / in code? I don't think you can provide functionality such as "Date
    Modified" in a table view, but if you were using a form it would be very
    easy.

    ASP is a programming language for the web, so you'd be best to ask in an
    access specific group like microsoft.public.access.formscoding

    Jamie.


    "jason" <jason@catamaranco.com> wrote in message
    news:uy0Ef0lRDHA.2188@TK2MSFTNGP10.phx.gbl...
    > I need some guidance in how to control dates with regards price reductions
    > in my product list inside an Access 2000 database.
    >
    > For instance:
    >
    > 1. I will start off with an ORIGINAL PRICE where I must record the data
    > capturers INSERTION date
    >
    > 2. At some point there may be a REDUCTION IN PRICE. I need to record
    when
    > the data capturerer modified the record to reflect the new price.
    >
    > ...I then will dynamically compare the two dates to determine if there
    has
    > been a price reduction.
    >
    > What would be the best way to go about comparing the original insertion
    date
    > and a later modification date for the two price fields: original and
    > reduced.
    >
    > It appears to me that I cannot use Date () as this would auto. insert a
    date
    > into the modified price date field when the data capturer firsts imserts
    the
    > ORIGINAL PRICE.
    >
    > I could allow the data capturer to select the two dates but this allows
    for
    > input error or incorrect date selection.
    >
    > I appreciate your replies - thanks In advance
    >
    > - Jason
    >
    >

    James Brown Guest

  4. #3

    Default Re: Date comparison :: Original price vs Reduced price :: Access 2000/ASP

    Hi James - yeah I just clicked that I could use ASP to control the later
    DATE MODIFIED aspects while allowing Access to control the initial DATE OF
    INSERTION via Date().....


    "James Brown" <nospam@nospam.com> wrote in message
    news:#$14gjvRDHA.2196@TK2MSFTNGP11.phx.gbl...
    > Hi,
    >
    > Are you trying to do this in a table view? Or are you doing this on a
    form
    > / in code? I don't think you can provide functionality such as "Date
    > Modified" in a table view, but if you were using a form it would be very
    > easy.
    >
    > ASP is a programming language for the web, so you'd be best to ask in an
    > access specific group like microsoft.public.access.formscoding
    >
    > Jamie.
    >
    >
    > "jason" <jason@catamaranco.com> wrote in message
    > news:uy0Ef0lRDHA.2188@TK2MSFTNGP10.phx.gbl...
    > > I need some guidance in how to control dates with regards price
    reductions
    > > in my product list inside an Access 2000 database.
    > >
    > > For instance:
    > >
    > > 1. I will start off with an ORIGINAL PRICE where I must record the data
    > > capturers INSERTION date
    > >
    > > 2. At some point there may be a REDUCTION IN PRICE. I need to record
    > when
    > > the data capturerer modified the record to reflect the new price.
    > >
    > > ...I then will dynamically compare the two dates to determine if there
    > has
    > > been a price reduction.
    > >
    > > What would be the best way to go about comparing the original insertion
    > date
    > > and a later modification date for the two price fields: original and
    > > reduced.
    > >
    > > It appears to me that I cannot use Date () as this would auto. insert a
    > date
    > > into the modified price date field when the data capturer firsts imserts
    > the
    > > ORIGINAL PRICE.
    > >
    > > I could allow the data capturer to select the two dates but this allows
    > for
    > > input error or incorrect date selection.
    > >
    > > I appreciate your replies - thanks In advance
    > >
    > > - Jason
    > >
    > >
    >
    >

    jason 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