|
-
August 2nd, 2001, 04:56 PM
#1
linking tables with code
Hello, I'm relatively new to database programming. I've created this database with about 15 tables, I want to link one table with the rest with visual basic code OR with MS Access, but the problem with MS Access is that whatever I try doesn't seem to work...
Please Help
F. T. W.
-
August 3rd, 2001, 03:15 AM
#2
Re: linking tables with code
Is it an Access db?
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
August 3rd, 2001, 02:54 PM
#3
Re: linking tables with code
Yes an Access 97 db. Can you help¿
F. T. W.
-
August 6th, 2001, 02:14 AM
#4
Re: linking tables with code
>>OR with MS Access
if you want to do it statically, go to menu Tools and select Relations. To do it dinamically, create a module and have a look at sintax of:
Dim db As Database
Set db = CurrentDb
db.CreateRelation
Hope this may help
Cesare
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|