473,399 Members | 3,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

How to pull a database full report?

could you guys help, please!!!!!?
Anybody know how to pull a database full report? I need to see the full link of the database tables. When I open the database application (the front end), I see the link address through Database Ultility/Link Table Manager but I when the link address is too long, it get cut off. I need to see the whole full address.
Any idea?
Thanks!
Elaine
Feb 1 '07 #1
3 1917
ADezii
8,834 Expert 8TB
could you guys help, please!!!!!?
Anybody know how to pull a database full report? I need to see the full link of the database tables. When I open the database application (the front end), I see the link address through Database Ultility/Link Table Manager but I when the link address is too long, it get cut off. I need to see the whole full address.
Any idea?
Thanks!
Elaine
Expand|Select|Wrap|Line Numbers
  1. Dim Mytdf As TableDef
  2.  
  3. For Each Mytdf In CurrentDb.TableDefs
  4.   'If the length of the Connect String > 0 then it must be a Linked Table
  5.   If Len(Mytdf.Connect) > 0 Then    'Must be a Linked Table
  6.     'Filter out the ;DATABASE= component of the Connect String
  7.     'MsgBox "Path to Linked Table: " & Mid$(Mytdf.Connect, 11) Or
  8.     Debug.Print "Path to Linked Table: " & Mid$(Mytdf.Connect, 11)
  9.   End If
  10. Next
Feb 1 '07 #2
Thanks for your help!
Feb 1 '07 #3
ADezii
8,834 Expert 8TB
Thanks for your help!
Glad to be of assistance.
Feb 4 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: RibGnaw | last post by:
Long, long ago when Access 97 first hit the streets a sample database called Northwind was shipped with it. At that time a number of articles had been posted on the correct procedure to remove all...
2
by: Scott Baird | last post by:
HELP!!! I've got a DB with two tables (relationships with a autonumber). The database works just fine, but I've got a report I simply can't make work. I've made a query that uses data from...
7
by: Robert | last post by:
I want to display the name of the current database on a report. For example, if the database is "db1.mdb", I want it to say "db1.mdb" somewhere on the report. I could put a label with the value...
2
by: fatboy | last post by:
I'm trying to change the database and server on a report that was created using integrated security e.g. report was created pointing to the server 'testserver' and database 'testdb' and at runtime...
16
by: MLH | last post by:
If I give someone a runtime app, they can open the database window by pressing the F-11 key. How to prevent???
5
by: Linds | last post by:
I have a report within my access database that I would like to have a shortcut on my desktop that could bring up that report. In other words, now I have to double click on the database, then go...
4
by: sparks | last post by:
We have a new project here, one that I have never tried maybe its easy I don't know yet. We have people that have records dating back over 5 yrs on a sql server. We have to build an access 2003...
6
by: BinaryGirl23 | last post by:
Hi Everyone : ) I hope that this question is actually something easy in disguise. Re: Access 2003 I have a report that displays information about which of our employees worked at a given job over...
0
by: shwethatj | last post by:
Can anyone please help me..... In Crystal Reports , how to access data using PULL method .. I have got a table in server explorer which has 3 got fields. But i dont know how to access it and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.