Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 05-27-2006, 04:11 PM asp coding help!!!!
Junior Talker

Posts: 3
Trades: 0
I have a database that I use to store data and the column is called date, and the format of the date is 01/06/2006.
I has a form with a list as shown below:
Item Label Value
Jun 06
Jul 06
Aug 06
Sept 06
due to the complex site the results page has 31 recordsets and I need to have one page for all the results but I am struggling as I don't know how to
to set up the value or what the value would be to carry accross from the form to the results page. could anyone help me please???
blackhawk is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2006, 04:14 PM Re: asp coding help!!!!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
I have no idea what you're trying to ask.

Can you show us a sample web page and what you're ultimately trying accomplish?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-27-2006, 06:28 PM Re: asp coding help!!!!
Junior Talker

Posts: 3
Trades: 0
http://www.glasgow-airport-movements.../mylogglas.asp



I would like when you have selected the relevant month that it will bring the information for that month only in the recordset.

I am new to coding and webdesign so I would like some help if you can spare the time please.

I understand that you all are professionals and I am a beginer so any help would be greatfully welcomed.


Stuart
blackhawk is offline
Reply With Quote
View Public Profile
 
Old 05-27-2006, 06:44 PM Re: asp coding help!!!!
Junior Talker

Posts: 3
Trades: 0
SELECT *
FROM personal_log
where logdate= '('m' events.[logdate]) = '4'
ORDER BY airline AS


This is what is in the recordset, I know that it is wrong help ????
blackhawk is offline
Reply With Quote
View Public Profile
 
Old 05-27-2006, 08:13 PM Re: asp coding help!!!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
31 recordsets ??? are they all open at once ??

I think you need some normalising of your tables and queries

but

SELECT fieldlist FROM table WHERE MONTH(datefield) = number_of_month
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-28-2006, 01:51 AM Re: asp coding help!!!!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Since you want the year, there's one mod you'd need to make.

Select fieldlist from table where Month(datefield) = number_of_month and Year(datefield) = number_of_year
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to asp coding help!!!!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19495 seconds with 12 queries