Home page
 
 Home 
 ASP 
 PHP 
 SQL 
 HTML 
 JavaScript 
 Search 
 Contact 
 


Search
or browse popular tags
Got questions?

We got answers.

Ask your question about PHP, ASP, Javascript, HTML, CSS, hosting and get professional help, free of charge.

Access Functions
Subscription

Sign up for the free email newsletter for new tips, tutorials and more. Enter your email address below, and then click the button.

Privacy Policy

RSS Twitter

Home / SQL / Access Functions

 

 

Access: First Function

Print Bookmark and Share

In Access, the First function return a field value from the first record in the result set of a query.

The syntax for the First function is:

First ( expression )

The required expression argument is the value that you'd like to return from the result set. The First function returns only the first value in the result set.

Example

Firts(ItemDesired)

This example uses the First function to return the first ItemDesired value.

SQL query

You can also use the First function in a query.

SELECT First([ItemDesired]) AS Expr1
FROM Orders


If you'd like to see how it works, enter SQL statement and press Execute
 

Need help with ASP, PHP, Javascript?

Let our experts help you.
 
 
PHPRunner. Build great looking PHP+MySQL web sites with no programming
Web hosting (PHP,ASP,MySQL,SQL server,unlimited emails)



Tags: ACCESS FUNCTION FIRST RECORDSET RESULT

Add To: Add to dzone dzone | Digg this digg | Add to del.icio.us del.icio.us | Stumble it stumbleupon

  • Comments (1)





Copyright © 2005-2009             www.WebCheatSheet.com All Rights Reserved.