Locking cells in continuous form but leaving the last one open for modification

  • Thread starter Thread starter Arnaud Van Der Haegen via AccessMonster.com
  • Start date Start date
A

Arnaud Van Der Haegen via AccessMonster.com

Hi I am trying to do the following.
I have a continuous form and store information on the new line , it does
create a new blank line and that is fine. I want to be able to go back to
that line and make as many edit as I want until I go on the last blank line
and start entering a new record.
From there I wan to lock the info stored in the previous record.

Basically I want to leave the last created line open for edits until the I
hit the new line.

Can somebody help me on this
 
Basically I want to leave the last created line open for edits until the I
hit the new line.

Set the Form's Allow Additions property to True, and its Allow Edits
property to False.

John W. Vinson[MVP]
 

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