If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
System objects are something like system tables a system views in SQL server. They store information about tables, queries, ..... I know, you can say 'I don't need it, I can use TableDefs or QueryDef collections...'. It is just there, MS Access uses it (you can modify it if you know how) and you can read it... some people prefer pure SQL for data manipulation....