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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AllowEdits only working on some records

Status
Not open for further replies.

tburrows

Technical User
Oct 3, 2003
49
US
I have set the following properties for a form when it loads.
AllowAdditions = False
AllowDeletions = False
AllowEdits = False

However, as I go through records in the form, I can modify about half of them while the other half works and won't let me modify.

Any thouhgts

Tom
 
There must be other code in your form that's changing the value of the allowedits property, otherwise this would not happen.

Or, you have an unbound form

Or your editing unbound controls.

Jeremy

==
Jeremy Wallace
AlphaBet City Dataworks
Access Databases for Non-Profit Organizations

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top