Ask a Question related to Dreamweaver AppDev, Design and Development.
-
MeTin #1
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 specific date but
couldn manage it to dispay on speci,fic time of the date (for example 6
o'clock in the evening drop from the list)
i work with ASP and access 2000 and i have done it like
SELECT *
FROM students_table
WHERE students_pass_exam <=now
ORDER BY students_pass_exam ASC
So can u pls help me out how to do it to dissapear at the current time of
the last day instead of after midnight of the last date ...
Pls gimme some tips ..
Rgrds MeTin
MeTin Guest
-
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... -
Filter records by date and time
any chance to help me on this pls .. can anyone tell me how i can sort my table by date and time i wanna put down specific DATE and TIME into my db... -
dynamic time/date variable to sort records by
I posted a question on this some months ago but didn't get a good answer. I have a very basic personal weblog on my website using a PHP script and... -
time and date display
Hi all, Thanks in advance for reading on... I want to display the time (abbrev time) and date (long date) in my project through text sprites.... -
Making all fields from all records display at one time
What I'd like to do is, after inputing data into 2 or more records, is have a button you can click on that will display all the fields from all the... -
Manuel Socarras #2
Re: How to display records from todays date and specifiec time ofthe day
try the Hour function
MeTin wrote:> 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 specific date but
> couldn manage it to dispay on speci,fic time of the date (for example 6
> o'clock in the evening drop from the list)
> i work with ASP and access 2000 and i have done it like
>
> SELECT *
> FROM students_table
> WHERE students_pass_exam <=now
> ORDER BY students_pass_exam ASC
>
> So can u pls help me out how to do it to dissapear at the current time of
> the last day instead of after midnight of the last date ...
>
>
> Pls gimme some tips ..
>
>
> Rgrds MeTin
>
>Manuel Socarras Guest
-
MeTin #3
Re: How to display records from todays date and specifiec time of the day
Hi Manuel
But this didnt help out ..can u recommend me any another way for this ...
Rgds MeTin
"Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
news:cvpkbs$jqp$1@forums.macromedia.com...> try the Hour function
>
>
> MeTin wrote:>> 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 specific date but
>> couldn manage it to dispay on speci,fic time of the date (for example 6
>> o'clock in the evening drop from the list)
>> i work with ASP and access 2000 and i have done it like
>>
>> SELECT *
>> FROM students_table
>> WHERE students_pass_exam <=now
>> ORDER BY students_pass_exam ASC
>>
>> So can u pls help me out how to do it to dissapear at the current time of
>> the last day instead of after midnight of the last date ...
>>
>>
>> Pls gimme some tips ..
>>
>>
>> Rgrds MeTin
MeTin Guest



Reply With Quote

