ONE TO ONE DILEMMA

  • Thread starter Thread starter sam1967
  • Start date Start date
S

sam1967

I have been forced to split a table in two for security reasons and it
is giving me a headache.

I find it is easier to enter the firstname and surname in both tables
but realise i am duplicating effort. But it makes it easier tto work
with.

Has anyone ever done this in a ONE-ONE table situation ?
 
I have been forced to split a table in two for security reasons and it
is giving me a headache.

I find it is easier to enter the firstname and surname in both tables
but realise i am duplicating effort. But it makes it easier tto work
with.

Has anyone ever done this in a ONE-ONE table situation ?

It should never be necessary to enter the same data twice. This is
especially true in a 1 to 1 table. The key should be sufficient to display
the name in both places. If the database has been secured, you should not
find it necessary to require 1 to 1 tables for security reasons alone. You
allow no permissions on the tables and access the data with OwnerAccess
queries so that only those columns which are allowed are seen.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
It should never be necessary to enter the same data twice. This is
especially true in a 1 to 1 table. The key should be sufficient to display
the name in both places. If the database has been secured, you should not
find it necessary to require 1 to 1 tables for security reasons alone. You
allow no permissions on the tables and access the data with OwnerAccess
queries so that only those columns which are allowed are seen.

ah i see. too late for this project i feel. i have already set it all
up with two one-one tables. i will take your advice and ensure that
the name is only entered once in the primary 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

Similar Threads

Moral Dilemma 5
Merging two fields into one? 3
delete an in complete record 1
Auto Fill fields in table 14
Store one table elsewhere on Network 9
De-duplicating data 1
Table Design Dilemma 2
importing dilemma 1

Back
Top