Using Usys before table name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some one advised me that if a type usys before the table name, then this will
block any users from seeing or altering the table. The problem seems that
when you go to open the Main Form (Menu driven), the system says that it
cannot find the table. Any clues?
With thanks
 
It will only block casual users, if they go to tools/options/view and check
system objects they'll be able to see them.
 
Thanks Terry, I understand that, but, why can't you open a Form when you add
this to the table. Is it because the table name has actually changed and you
would need to point the control to the renamed table?

Thanks again
 
Thst is very probably what it is. If you had the
form/control bound to the old table name then changed that
table name (regardless of putting Usys in front) then the
form/control can no longer find the table.

--
Nick Coe (UK)
http://www.alphacos.co.uk/




In Roger Bell typed:
 
Yes, if you ...
created the table,
built the form,
renamed the table,

.... then you need to point the form at the newly named table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top