Forums
This topic is locked
Access database display records
Posted 20 Nov 2005 01:30:44
1
has voted
20 Nov 2005 01:30:44 ivan campbell posted:
need to display selected fields from selected record. from dropdow box how? Replies
Replied 22 Nov 2005 20:09:54
22 Nov 2005 20:09:54 Aron K replied:
Building Database Applications > Building Recordsets
uswebpro.tempwebpage.com/dmxtutorials/10-recordsets.htm
Download Source Code / PDF Help File: Download
Date Created: 0000-00-00
Tutorial #10
In our last tutorial we briefly covered how to build a recordset.
Today we will look at them in further detail.
To get a true understanding of SQL, read the Book of Readings pdf file, this book covers everything you need to know about SQL Statements.
Dreamweaver does a good job at helping create basic statements. However if you need to join tables you need to switch over to the advanced SQL view and type in your SQL code.
The most important areas of this book where you should concentrate are:
*
inner join
*
right join
*
where clause
-- USWebPro.com
ASP & PHP Web Development
uswebpro.tempwebpage.com/dmxtutorials/10-recordsets.htm
Download Source Code / PDF Help File: Download
Date Created: 0000-00-00
Tutorial #10
In our last tutorial we briefly covered how to build a recordset.
Today we will look at them in further detail.
To get a true understanding of SQL, read the Book of Readings pdf file, this book covers everything you need to know about SQL Statements.
Dreamweaver does a good job at helping create basic statements. However if you need to join tables you need to switch over to the advanced SQL view and type in your SQL code.
The most important areas of this book where you should concentrate are:
*
inner join
*
right join
*
where clause
-- USWebPro.com
ASP & PHP Web Development