HI
i want to make a drop down menu with the names of the tables in the mdb.
how do i get this right? do i use a sql statement? i cannot
find a sql statement with the command for this.
thanks
Shem
Was this answer helpful ?
Yes No
can you explain wots going on in that sql, just so i understand what it that i'm doing, if ya don't mind.
ps. saturday dawn patrol, seems the SE is gona pick up early in the day

Was this answer helpful ?
Yes No
the MsysObjects is a table that holds everything from you access, forms/ tables/ reports
so it selects everything from that table, the criteria(WHERE CLAUSE) is to ensure that
only user defined tables come out and not the system objects too.
Hope that makes it a bit clearer
I am going to stellenbosch 2nite, dont think I'll make it for a dawnie
Maybe late afternoon, wind should have died a bit by then
Was this answer helpful ?
Yes No
Record(s) cannot be read; no read permission on 'MsysObjects'.
does this just mean that i dnt have read permissions on my mdb?
Was this answer helpful ?
Yes No
just make sure that you have full permission on your database, I just ran it directly in access to check and it works

weird...
Was this answer helpful ?
Yes No