CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 how to display record in record form without param

Print topic Send  topic

Author Message
Tomasz
Posted: 04/17/2003, 8:58 AM

as in topic.
I have record form which is needed only to edit one, first record from one table. How to display this record in record form without passing any param, just after entering page?
hamilton
Posted: 04/25/2003, 8:04 AM

Each record may need to have a date_added field
set the default value for the field to Now() [for ms access] or GetDate() [for SQL Server].

Select TOP 1 From table_name order by date_added asc
OR
Select TOP 1 From table_name order by date_added desc

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.