read only after input data ?

T

tantejo

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
 
T

Tom Wickerath

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
 
Top