Re: List of all table names beginning with "ABCDE"



I understand that 4 is used for ODBC linked tables.

5 = queries.
-32768 = forms
-32764 = reports
-32761 = modules.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Thelma Lubkin" <thelma@xxxxxxxxxxxxxxxxxx> wrote in message
news:e837kr$jj1$1@xxxxxxxxxx
Allen Browne <AllenBrowne@xxxxxxxxxxxxxx> wrote:
: Set the RowSource of the combo to this query statement:

: SELECT MsysObjects.[Name] FROM MsysObjects
: WHERE ((MsysObjects.[Type] IN (1, 4, 6))
: AND ([Name] Like "ABCDE*"))
: ORDER BY MsysObjects.[Name];

I've been able to find that Types 1 and 6 refer to tables and
attached tables respectively, but I haven't seen any mention of a
Type
4. What is it and where can I find a complete definition of the
MsysObjects table?

thanks, --thelma
: --
: Allen Browne - Microsoft MVP. Perth, Western Australia.


.



Relevant Pages

  • Re: Allen Browne Search Code
    ... Allen Browne - Microsoft MVP. ... Perth, Western Australia ...
    (microsoft.public.access.formscoding)
  • Re: Multiple Instances of Form
    ... Allen Browne - Microsoft MVP. ... Perth, Western Australia. ... Managing Multiple Instances of a Form ... >> Allen Browne - Microsoft MVP. ...
    (microsoft.public.access.modulesdaovba)
  • Re: AUDIT TRAIL
    ... Allen Browne - Microsoft MVP. ... Perth, Western Australia. ... Tips for Access users - http://allenbrowne.com/tips.html ... >> Allen Browne - Microsoft MVP. ...
    (microsoft.public.access.formscoding)
  • Re: Access Date and aggregation Query
    ... Allen Browne - Microsoft MVP. ... Perth, Western Australia ...
    (microsoft.public.access.queries)
  • Re: Enforcing a unique "business ID"
    ... Allen Browne - Microsoft MVP. ... Perth, Western Australia. ... >> Allen Browne - Microsoft MVP. ... >>>> Gary, if you enter a record that has a value only for txtA, does it ...
    (microsoft.public.access.forms)