Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Word, PowerPoint, Outlook, and Other Office Products > How do I link(match) pics to a table in access, please help!


Reply
 
Thread Tools Display Modes
  #1  
Old 02-03-2002, 11:07 AM
espenskaug
Guest
 
Posts: n/a
Question How do I link(match) pics to a table in access, please help!


I have two questons?

1) how do i call on information in a folder using vba. Eg. Dlookup ("[productname]", "c:/my documents/images/"??????, "[productid]")
(how to access and use information outside the databases)

2) how do i match a field in a table with pics in access. (i have 6000 pics that need to be linked/reached in a access form) i am trying to access these pics without physically put 6000 pics into an ole table??

please help!!!
Reply With Quote
  #2  
Old 02-03-2002, 11:11 AM
Robby's Avatar
Robby Robby is offline
Code Factory

Retired Moderator
* Expert *
 
Join Date: Jan 2001
Location: Montreal, Ca.
Posts: 5,565
Default

Follow this link, I explain how it can be done.
Reply With Quote
  #3  
Old 02-03-2002, 11:21 AM
Robby's Avatar
Robby Robby is offline
Code Factory

Retired Moderator
* Expert *
 
Join Date: Jan 2001
Location: Montreal, Ca.
Posts: 5,565
Default

OOPs, forgot to answer Q1.....

I never used Dlookup, but maybe you can take the logic from an INSERT INTO.....

"SELECT Field1, Field2 INTO OtherTable1 IN 'c:\OtherDatabase.mdb' FROM ThisTable1 WHERE Field2= '" & strText & "'"
Reply With Quote
  #4  
Old 02-03-2002, 12:10 PM
espenskaug
Guest
 
Posts: n/a
Default

thanks, you saved my superbowl day weekend?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->