Controling functionality of a Datasheet view

itmasterw

Registered User.
Local time
Today, 11:14
Joined
Oct 31, 2005
Messages
45
Hi,

I am working in MS Access 2010.
I have a Datasheet view and if you click on a cell in the view it highlights the entire row. it does not seem to allow the user to change anything, which is a good thing, but the user does not want it to do that.
Is there a way to stop it from highlighting the row?

Thank you
 
First, I think, you have to clarify 'Datatsheet view." Are you looking at a
  1. Table
  2. Query
  3. Form based on a Table?
  4. Form based on a Query?

If #2 or #4, is the Query made up of more than one Table?

Linq ;0)>
 
Hello,
if you set "Enabled" to No (Data tab of the property sheet in design mode) on all your controls the user won't be able to select any cell in the datasheet view and by extension no highlight of the row...
 

Users who are viewing this thread

Back
Top Bottom