datasheet view

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

Guest

Hi

I'm trying to do this.
After user enter a record in a datasheet view within a subform and the
cursor is on another row, I want to disable the row that has a record(make it
not editable).
Dunno how to make the row not editable. Help pls....
 
To lock a form so that no saved record can be changed or deleted, set the
form's AllowEdits and AllowDeletions properties to No.

If you wish to set those properties conditionally on some other value in the
record, do that in the Current event of the form.
 

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