doran_doran
Registered User.
- Local time
- Yesterday, 23:33
- Joined
- Aug 15, 2002
- Messages
- 349
Hi,
I am using following to populate tables in the combo box. And IT WORKS.
SELECT DISTINCT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Name) Like "tbl*") AND ((MSysObjects.Type)=1) AND ((MSysObjects.Flags)=0));
However, I would only like to show 4 tables and they are below..
tbl_groups
tblBasicCase
tblPlanContact
tblInvoice.
Is it possible ????
I am using following to populate tables in the combo box. And IT WORKS.
SELECT DISTINCT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Name) Like "tbl*") AND ((MSysObjects.Type)=1) AND ((MSysObjects.Flags)=0));
However, I would only like to show 4 tables and they are below..
tbl_groups
tblBasicCase
tblPlanContact
tblInvoice.
Is it possible ????