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

Data Access Page won't allow new entry 1

Status
Not open for further replies.

SydneyDylan

Technical User
Jul 17, 2003
2
AU
I have devised a database with roughly 10 tables. From three of these tables one query is created.

I use this query to create a access page, however I cannot update it.

Any suggestions would be greatly appreciated.

THANKS!
 
Generally, this error occurs where there are (or at least COULD BE) multiple records in one or more of the tables affected by the update. This, in turn, is most often the case when an outter join is present in the query. You would need to re-structure the source(es) to have un-ambigious record references.




MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Try setting the DataEntry property of the Page to True. To get to the Page properies, select the Restore Window icon (so your form/page is not maximized). Then click on the title bar. The properties for the Page will be shown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top