Click here to Skip to main content
15,919,358 members
Home / Discussions / Database
   

Database

 
GeneralRe: Problem using UPDATE Pin
Rein Hillmann21-Mar-03 13:20
Rein Hillmann21-Mar-03 13:20 
GeneralRe: Problem using UPDATE Pin
Steve McLenithan21-Mar-03 13:53
Steve McLenithan21-Mar-03 13:53 
GeneralRe: Problem using UPDATE [ prob Narrowed down!!] Pin
Steve McLenithan21-Mar-03 20:16
Steve McLenithan21-Mar-03 20:16 
GeneralRe: Problem using UPDATE Pin
SimonS22-Mar-03 1:41
SimonS22-Mar-03 1:41 
GeneralRe: Problem using UPDATE Pin
Richard Deeming24-Mar-03 7:44
mveRichard Deeming24-Mar-03 7:44 
GeneralRe: Problem using UPDATE Pin
Steve McLenithan24-Mar-03 7:46
Steve McLenithan24-Mar-03 7:46 
GeneralAny Access experts here Pin
Michael P Butler18-Mar-03 23:13
Michael P Butler18-Mar-03 23:13 
GeneralRe: Any Access experts here Pin
Jeremy Oldham19-Mar-03 1:39
Jeremy Oldham19-Mar-03 1:39 
I have never tried this but in Access 2000 there are two tables where you can probably find the information you are looking for. The MSysQueries table appears to contain the tables used in individual queries. The table names have an Attribute of 5. This table should be joind on the MSQueries table by ObjectID. Something like:

<br />
Select b.Name as QueryName, a.Name1 as TableName<br />
From MSysQueries a<br />
INNER JOIN MSysObjects<br />
ON a.ObjectID = b.ID<br />
WHERE a.Attribute = 5<br />


Hope this helps.

Jeremy Oldham
GeneralRe: Any Access experts here Pin
Michael P Butler19-Mar-03 3:25
Michael P Butler19-Mar-03 3:25 
GeneralDBConcurrencyException: Delete a entry in master -detail table Pin
DionChen18-Mar-03 10:16
DionChen18-Mar-03 10:16 
QuestionAlternatives to Access??? Pin
LukeV18-Mar-03 3:05
LukeV18-Mar-03 3:05 
AnswerRe: Alternatives to Access??? Pin
LukeV18-Mar-03 9:36
LukeV18-Mar-03 9:36 
GeneralRe: Alternatives to Access??? Pin
perlmunger18-Mar-03 11:01
perlmunger18-Mar-03 11:01 
AnswerRe: Alternatives to Access??? Pin
Alexander Kojevnikov18-Mar-03 22:13
Alexander Kojevnikov18-Mar-03 22:13 
QuestionCan ado.net support data warehouse metadata? Pin
mihi17-Mar-03 16:07
mihi17-Mar-03 16:07 
GeneralPerformance issues Pin
Le centriste17-Mar-03 9:37
Le centriste17-Mar-03 9:37 
GeneralRe: Performance issues Pin
DiWa17-Mar-03 20:29
DiWa17-Mar-03 20:29 
GeneralRe: Performance issues Pin
Le centriste18-Mar-03 2:54
Le centriste18-Mar-03 2:54 
GeneralSQL server and IPC Pin
Faraz Siddiqi17-Mar-03 0:40
Faraz Siddiqi17-Mar-03 0:40 
QuestionHow to retrive data from dataset object? Pin
Segal16-Mar-03 21:22
Segal16-Mar-03 21:22 
AnswerRe: How to retrive data from dataset object? Pin
leppie17-Mar-03 6:29
leppie17-Mar-03 6:29 
Questionconvert sql to oledb? Pin
jackyyeung16-Mar-03 5:52
jackyyeung16-Mar-03 5:52 
GeneralUsing MSDE in stand-alone Windows Forms projects Pin
Aroogala15-Mar-03 18:29
Aroogala15-Mar-03 18:29 
GeneralRe: Using MSDE in stand-alone Windows Forms projects Pin
nullpointer15-Mar-03 20:04
nullpointer15-Mar-03 20:04 
GeneralRe: Using MSDE in stand-alone Windows Forms projects Pin
Rob Graham17-Mar-03 4:23
Rob Graham17-Mar-03 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.