Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read Only form

Status
Not open for further replies.

rkinfo

MIS
Oct 7, 2005
16
US
I have copied a form from one data base to other. I changed to read only form and it is not allowing me to add or edit any record? How to make it wriable form?
 
Open the Form in Design view and take a look at the form's Data properties. Check out AllowEdits (needs to be yes for you), AllowDeletions (may want to make this yes), AllowAdditions (should be yes) and DataEntry (probably wants to be no).
 
Look at the underlying query in the query view. Is is updateable?
 
My table was read only, Changed access to table and it worked.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top