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

Invalid Object Error

Status
Not open for further replies.

meliorexi

Technical User
Dec 1, 2003
16
AU
Hi

When I try to save a new record from a form in my Access Project is returns an "Invalid Object" (along with the name of the object) error and won't let me save the record. If I type the record directly into the table I can save it no problems.

Any suggestions?
 
There is not enough information to venture an opinion. Is this a bound form? Is this vba code? What is the object name etc.....
 
You may find that if the form is bound to a table, sql, view or whatever, then one or more of the controls on the form is 'bound' to a (supposed) field in the recordsource which does not exist. Check the ControlSource of each bound control on the form, to make sure that it matches with a field entry in the form's recordsource.


Steve Lewy
Solutions Developer
steve@lewycomputing.com.au
(dont cut corners or you'll go round in circles)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top