Lock Table

G

Greg

Hello,
My database has a table in it with two fields, [tank] and [product]. The
only time the table is used is in a lookup to determine which calcuation to
use. The problem I have is that the data keeps getting overwritten. Is there
a way I can set a tracking so I tell when, where and what is changing the
data?
Thanks
 
J

John Vinson

Hello,
My database has a table in it with two fields, [tank] and [product]. The
only time the table is used is in a lookup to determine which calcuation to
use. The problem I have is that the data keeps getting overwritten. Is there
a way I can set a tracking so I tell when, where and what is changing the
data?
Thanks

Not really. You can use Access Security (not a trivial task but doable
and well documented) to lock the table.

One way this can happen is by having a Combo Box with its control
source set to one of the fields in the table. If you're using a combo
box to search for data it should be *unbound*. Check your combos!

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

Top