View Single Post
  #2  
Old April 23rd, 2010, 06:50 AM posted to microsoft.public.access.gettingstarted
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Display data in the form using the tables

On Thu, 22 Apr 2010 20:42:01 -0700, Chiki
wrote:

Is it possible to Display data in the form using the tables as the back-end
database.if so ,please provide me any examples....

thanks in advance.


What do you mean by "using the tables as the back-end database"?

Data is always stored in tables. These can be local tables, or can be linked
in a backend (which might be an Access backend, SQL/Server, or any ODBC
database).

The Form's Recorsource specifies which table, or can be a query based on a
table or tables.

You might want to see some of the tutorials and resources he

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

--

John W. Vinson [MVP]