Ask a Question related to ASP Database, Design and Development.
-
jason #1
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
-
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... -
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... -
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... -
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... -
PRICE REDUCED!!!
Price reduced to $200 ONO. Andrew Tan wrote: -
James Brown #2
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...when> 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 recordhas> the data capturerer modified the record to reflect the new price.
>
> ...I then will dynamically compare the two dates to determine if theredate> been a price reduction.
>
> What would be the best way to go about comparing the original insertiondate> 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 athe> into the modified price date field when the data capturer firsts imsertsfor> ORIGINAL PRICE.
>
> I could allow the data capturer to select the two dates but this allows> input error or incorrect date selection.
>
> I appreciate your replies - thanks In advance
>
> - Jason
>
>
James Brown Guest
-
jason #3
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...form> Hi,
>
> Are you trying to do this in a table view? Or are you doing this on areductions> / 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> when> > 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> has> > the data capturerer modified the record to reflect the new price.
> >
> > ...I then will dynamically compare the two dates to determine if there> date> > 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> the> > into the modified price date field when the data capturer firsts imserts> for> > ORIGINAL PRICE.
> >
> > I could allow the data capturer to select the two dates but this allows>> > input error or incorrect date selection.
> >
> > I appreciate your replies - thanks In advance
> >
> > - Jason
> >
> >
>
jason Guest



Reply With Quote

