lock columns in query

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

Guest

How do I lock certain columns in a Query. I know how to lock the whole Query
sheet but not individual columns.
 
As I said, you can't do it in a query. You'll have to create a form that
uses the query as its record source.

Instructions:
1) Click on the Forms tab in the Database Window.
2) Click the New button
3) In the dialog box, choose Autoform:Datasheet and select your query in the
drop-down box.
You will get a form that looks like a query in datasheet view.
4) Click the Design button
5) Select the field you want locked. Note: It won't be a column here, just
a single text box.
6) Click the Properties Button on the toolbar (looks like a hand pointing to
a piece of paper)
7) Scroll down the properties until you come to the Locked property. Set
this to Yes.
8) Repeat for each "column" you want locked.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 

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