read only after input data ?

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

Guest

hello, i have a question :
is it possible to make a form where you can enter new data to a database,
but after
you click ok and move to the next record you cannot alter the value of the
data anymore ?
you need an other form to alter the data...(with some sort of privileges)
greetings, johan
 
tantejo,

Yes, this can be done quite easily. Open your form in design view. Click on View > Properties to
display the properties dialog (if it is not already displayed). You should see the name of the
form in the blue title bar. Select the Data tab. Set the Allow Edits and Allow Deletions to No,
but leave Allow Additions set to Yes.

That's all there is to it!

Tom
_______________________________


hello, i have a question :
is it possible to make a form where you can enter new data to a database,
but after
you click ok and move to the next record you cannot alter the value of the
data anymore ?
you need an other form to alter the data...(with some sort of privileges)
greetings, johan
 

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