Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Old form references in MSysQueries and MSysObjects

This query show me forms i once had in my Access 2003 database.
Code:
SELECT 
IIf(Left$([Name],1)="~",Mid$(GetPart([Name],"~",2),5),[Name]) AS Form, 
MSysObjects.Owner, MSysObjects.Name, MSysQueries.Attribute, 
MSysQueries.Expression, MSysQueries.Flag, MSysQueries.LvExtra, 
MSysQueries.Name1, MSysQueries.Name2, MSysQueries.ObjectId, MSysQueries.Order
FROM MSysQueries INNER JOIN MSysObjects ON MSysQueries.ObjectId = 
MSysObjects.Id;
How do i get rid of them?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 154
Default Old form references in MSysQueries and MSysObjects

Guus,

Might suggest posting this in the Access Communities board, as this is the
Excel Board.
Sorry mate.

--
--Thomas [PBD]
Working hard to make working easy.


"Guus2005" wrote:

This query show me forms i once had in my Access 2003 database.
Code:
SELECT 
 IIf(Left$([Name],1)="~",Mid$(GetPart([Name],"~",2),5),[Name]) AS Form, 
 MSysObjects.Owner, MSysObjects.Name, MSysQueries.Attribute, 
 MSysQueries.Expression, MSysQueries.Flag, MSysQueries.LvExtra, 
 MSysQueries.Name1, MSysQueries.Name2, MSysQueries.ObjectId, MSysQueries.Order
 FROM MSysQueries INNER JOIN MSysObjects ON MSysQueries.ObjectId = 
 MSysObjects.Id;
How do i get rid of them?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Old form references in MSysQueries and MSysObjects

Oops, sorry.

"Thomas [PBD]" wrote:

Guus,

Might suggest posting this in the Access Communities board, as this is the
Excel Board.
Sorry mate.

--
--Thomas [PBD]
Working hard to make working easy.


"Guus2005" wrote:

This query show me forms i once had in my Access 2003 database.
Code:
SELECT 
  IIf(Left$([Name],1)="~",Mid$(GetPart([Name],"~",2),5),[Name]) AS Form, 
  MSysObjects.Owner, MSysObjects.Name, MSysQueries.Attribute, 
  MSysQueries.Expression, MSysQueries.Flag, MSysQueries.LvExtra, 
  MSysQueries.Name1, MSysQueries.Name2, MSysQueries.ObjectId, MSysQueries.Order
  FROM MSysQueries INNER JOIN MSysObjects ON MSysQueries.ObjectId = 
  MSysObjects.Id;
 
How do i get rid of them?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert relative cell references to absolute cell references via amacro? Dave F[_2_] Excel Discussion (Misc queries) 1 May 15th 08 04:43 PM
Using a template form, advance a form number everytime you open ShoDan Excel Discussion (Misc queries) 1 January 31st 08 01:34 PM
Help with converting a block of cells with Absolute and mixed references to relative references Vulcan Excel Worksheet Functions 3 December 13th 07 11:43 PM
Can a form made in Excel 2002 be converted into a fillable form? Paraclete Excel Discussion (Misc queries) 1 February 20th 07 09:20 PM
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"