473,387 Members | 1,465 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Repeat Entry in db

Hi

I have a booking page that the user enters 2 addresses date and time etc
what I need is the option for the user to select multiple date entries for
the same journey or maybe multiple days ie they want to travel the same
journey every Monday or every weekday etc.

Thanks in advance

Simon Gare
Apr 14 '06 #1
6 1404
Simon Gare wrote on 14 apr 2006 in
microsoft.public.inetserver.asp.general:
I have a booking page that the user enters 2 addresses date and time
etc what I need is the option for the user to select multiple date
entries for the same journey or maybe multiple days ie they want to
travel the same journey every Monday or every weekday etc.


And your question is?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Apr 14 '06 #2

Simon Gare wrote:
Hi

I have a booking page that the user enters 2 addresses date and time etc
what I need is the option for the user to select multiple date entries for
the same journey or maybe multiple days ie they want to travel the same
journey every Monday or every weekday etc.

Thanks in advance

Simon Gare


To expand a little on Evertjan's response - is your post an
announcement? A request for quotes? You are hoping that someone will
tell you how to accomplish what you want? You've started building your
solution but have a specific error message on a specific line and your
hoping someone can explain it? Are you using a database? If so which
type and version. Are you using clasic ASP? What have you
accomplished so far?

In other words, your post as it stands is pointless. Please feel free
to add some more detail - you won't get charged by the word here.

--
Mike Brind

Apr 14 '06 #3
Ok point taken,

I am using classic ASP and SQL 2005 and need the option to enter the form
field data (pick up and drop off addresses) just the once, or every weekday
(monday to friday) or from and to a specific date range, all selected from
the same page before it is submitted.

Does that make more sense.

Regards
Simon
"Simon Gare" <sg@simongare.com> wrote in message
news:e7****************@TK2MSFTNGP03.phx.gbl...
Hi

I have a booking page that the user enters 2 addresses date and time etc
what I need is the option for the user to select multiple date entries for
the same journey or maybe multiple days ie they want to travel the same
journey every Monday or every weekday etc.

Thanks in advance

Simon Gare

Apr 14 '06 #4
Yes, but have you created a form? What are the form fields called?
Have you put together the fields in the database table? What are their
names and datatypes? Where exactly is your problem? Is it with
working out how to accomplish what you want? Where to start? Or are
you getting a specific error message with something you have developed?

Who decides the frequency and the date ranges? You or the user? Or is
it dependent on something else you haven't told us yet?

I don't think you really have taken my point....

--
Mike Brind
Simon Gare wrote:
Ok point taken,

I am using classic ASP and SQL 2005 and need the option to enter the form
field data (pick up and drop off addresses) just the once, or every weekday
(monday to friday) or from and to a specific date range, all selected from
the same page before it is submitted.

Does that make more sense.

Regards
Simon
"Simon Gare" <sg@simongare.com> wrote in message
news:e7****************@TK2MSFTNGP03.phx.gbl...
Hi

I have a booking page that the user enters 2 addresses date and time etc
what I need is the option for the user to select multiple date entries for
the same journey or maybe multiple days ie they want to travel the same
journey every Monday or every weekday etc.

Thanks in advance

Simon Gare


Apr 14 '06 #5
OK form view

Passenger Name
Date vehicle required Repeat
entry y/n if so (here would be 2 date drop down boxes DateFrom and DateTo)
Time vehicle required
Collection Address
Destination Address
address1
address11
address2
address21
town
town2
county
county2
postcode
postcode2

Submit
It just allows the passengers to specify if they want the vehicle just for
one trip or repeat the journey over a specif date range.

Am i doing any better yet Mike, thanks for this by the way.

Regards
Simon



"Mike Brind" <pa*******@hotmail.com> wrote in message
news:11**********************@t31g2000cwb.googlegr oups.com...
Yes, but have you created a form? What are the form fields called?
Have you put together the fields in the database table? What are their
names and datatypes? Where exactly is your problem? Is it with
working out how to accomplish what you want? Where to start? Or are
you getting a specific error message with something you have developed?

Who decides the frequency and the date ranges? You or the user? Or is
it dependent on something else you haven't told us yet?

I don't think you really have taken my point....

--
Mike Brind
Simon Gare wrote:
Ok point taken,

I am using classic ASP and SQL 2005 and need the option to enter the form
field data (pick up and drop off addresses) just the once, or every
weekday
(monday to friday) or from and to a specific date range, all selected
from
the same page before it is submitted.

Does that make more sense.

Regards
Simon
"Simon Gare" <sg@simongare.com> wrote in message
news:e7****************@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I have a booking page that the user enters 2 addresses date and time
> etc
> what I need is the option for the user to select multiple date entries
> for
> the same journey or maybe multiple days ie they want to travel the same
> journey every Monday or every weekday etc.
>
> Thanks in advance
>
> Simon Gare
>

Apr 14 '06 #6
I'll copy this from my last post:
Have you put together the fields in the database table? What are their
names and datatypes? Where exactly is your problem? Is it with
working out how to accomplish what you want? Where to start? Or are
you getting a specific error message with something you have developed?

Please note - no one here will write your application for you.

The vast majority of people who post here have made some effort to code
their solution, but have hit upon a snag, and are seeking help with a
specific error message. They usually post their code so far and point
to where within it the error is raised.

Some people want an "off the shelf" application, and they are normally
pointed to www.planetsourcecode.com. Others wanting a bespoke
application are pointed to www.rentacoder.com.

So, back to Evertjan's original reply - what is your question?

--
Mike Brind
Simon Gare wrote: OK form view

Passenger Name
Date vehicle required Repeat
entry y/n if so (here would be 2 date drop down boxes DateFrom and DateTo)
Time vehicle required
Collection Address
Destination Address
address1
address11
address2
address21
town
town2
county
county2
postcode
postcode2

Submit
It just allows the passengers to specify if they want the vehicle just for
one trip or repeat the journey over a specif date range.

Am i doing any better yet Mike, thanks for this by the way.

Regards
Simon



"Mike Brind" <pa*******@hotmail.com> wrote in message
news:11**********************@t31g2000cwb.googlegr oups.com...
Yes, but have you created a form? What are the form fields called?
Have you put together the fields in the database table? What are their
names and datatypes? Where exactly is your problem? Is it with
working out how to accomplish what you want? Where to start? Or are
you getting a specific error message with something you have developed?

Who decides the frequency and the date ranges? You or the user? Or is
it dependent on something else you haven't told us yet?

I don't think you really have taken my point....

--
Mike Brind
Simon Gare wrote:
Ok point taken,

I am using classic ASP and SQL 2005 and need the option to enter the form
field data (pick up and drop off addresses) just the once, or every
weekday
(monday to friday) or from and to a specific date range, all selected
from
the same page before it is submitted.

Does that make more sense.

Regards
Simon
"Simon Gare" <sg@simongare.com> wrote in message
news:e7****************@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I have a booking page that the user enters 2 addresses date and time
> etc
> what I need is the option for the user to select multiple date entries
> for
> the same journey or maybe multiple days ie they want to travel the same
> journey every Monday or every weekday etc.
>
> Thanks in advance
>
> Simon Gare
>


Apr 14 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: David Neagle | last post by:
I have several fields on a form that may need to carry over the data from the previous entry. At the moment I have SendKeys "^"(')",True in a function. This function is then called in the various...
4
by: Salvador | last post by:
Hi, Maybe is a simple question but I found difficult to find the answer. Context: I am creating a site where designers ONLY touch the ASPX page and I.S. touch the code behind. Task: I...
2
by: m.k.ball | last post by:
Thanks Rich - that's great. Before I found this group, I thought I had a reasonable understanding of SQL (well, MySQL's implementation of it, at least) but the truth is there are great chunks that...
1
by: nicky77 | last post by:
hi there, i'm pretty inexperienced with CSS, so apologies for the shoddy coding. i'm trying to set a 3 column layout using different background images for each column. however, i have whitespace at...
4
by: mathanraj76 | last post by:
I current doing a project for "CWS" invoices for data entry in ms access 2000 I have a diffulcuties in the textbox. for an exampe : In one invoices may have up to 4 customer .But in 1 invoice...
2
XedinUnknown
by: XedinUnknown | last post by:
Hi! I am new to this forum, but not new to web design and programming. Nevertheless, I have never tried to use PNG so extensively in my pages. here's the problem. First, I have found that the...
4
by: shapper | last post by:
Hello, I am trying to give a background to a Div repeating it on the y direction. Please, notice the alternate of colors: http://www.27lamps.com/Beta/Background/Background.html Does anyone...
0
by: shapper | last post by:
On Sep 25, 1:56 am, shapper <mdmo...@gmail.comwrote: Sherm, Thank you to point that to me. I forgot to hide the gradient on Photoshop and I was all this time going around my CSS. Thank you...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.