how do I get a cell or cells to not be accesible?

J

Joel

I saw a template that had cells that you could put info into but other (most
of them) where locked to the point that I could not even put my curser in
that cell. How do I do that?
 
A

Arvin Meyer

Joel said:
I saw a template that had cells that you could put info into but other (most
of them) where locked to the point that I could not even put my curser in
that cell. How do I do that?

There are no cells in a database. Think Rows and columns. The columns can be
disabled. In the property sheet for that column, on the Data tab, you set
Locked and Enabled properties to No.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top