Im creating a Databased; based program to of course send and recieve data from/to the database

but never have I use MS Access before. can anyone recommend a simple tutorial for me?

Recommended Answers

All 3 Replies

There is a "northwind traders" sample database somewhere in the office directory that you can play around with.

Here is a (very very basic) access tutorial to get you started:

http://www.bcschools.net/staff/AccessHelp.htm

There is a "northwind traders" sample database somewhere in the office directory that you can play around with.

Here is a (very very basic) access tutorial to get you started:

http://www.bcschools.net/staff/AccessHelp.htm

Cheers mate. That helps.

we can use the following:
1- we must create database
2-we must create the form
3-we must connect between the database and form
we use 1 control in our form
a-"datacontrol"
we must connect between this control and the database by two properties
1-databaseName
2-recordSource

to see the results we can use "databoundGrid" from the compontents and to connect between this control and database we can so this by the property which called "datasource"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.