Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link table

Status
Not open for further replies.

KimVong

IS-IT--Management
Sep 13, 2002
90
US
I am currently using excel as my database, and would like to change to access 2000,
In excel, you can link from one cell of a sheet to another cell in another sheet. In access, how can you link from one table cell to another? Please help.....
thanks
 
Kimvong - you need to understand that Access works in a completely different way from Excel. You really need to get some sort of background reading to introduce you to relational database concepts. there are many books available. I could suggest some if you need help.
 
Use the UDL Wizard to find the computer and test the connection. If you can get this far the rest will be easy.

Here is how you invoke the udl wizard. Do this on your desktop.

1. create a blank notepad file.
2. save the file.
3. rename the file by adding a new extention of .udl
make sure you save as all files not txt or some other
file type.
4. the icon for the file should change from notepad to a
little computer - it has now become the wizard.
5. double click on the file and it will bring up a dialog
box with multipule tabs.
6. use the microsoft Access provider – this will be Jet 4.0 for Access 2000 or Jet 3.51 for Access 97.
7. look under the ALL tab and there will be parameter settings which you can change if necessary. There is a test
button, press to test the connection.
8. close the file.
9. open the file from notepad instead of double clicking the icon. You will see the connection string which you can copy and paste into your program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top