ms access - Access2013: Record Set not Updatable -


i have form adds/edits records of table [unit owner listing]. additionally, have brought in sharepoint list [sales , contract summary] , created relationship table [unit owner listing] in access. essentially, new data added [unit owner listing] , whatever comes sharepoint [sales , contract summary] locked on form (to create read-only effect). want see data sharepoint if there data available join in, , not want write data sharepoint, table [unit owner listing] fields available

i believe problem has come up... now, cannot add new records form, button greyed out. how accomplish this?

to save time: "allow additions, deletions, edits , filters" set yes on form properties.

the form query below:

select [unit owner listing].*, [sales , contract summary].status, [sales , contract summary].[assigned to], [sales , contract summary].[total sale], [sales , contract summary].sqft, [sales , contract summary].[foam encaps], [sales , contract summary].[notes/action plan], [sales , contract summary].[closed date], [sales , contract summary].modified [sales , contract summary] inner join [unit owner listing] on [sales , contract summary].[lot number] = [unit owner listing].address; 

thank you!

this has supposedly fixed problem. believe mixing data sets causing issue , setting allows access update more 1 dataset @ time form (for example, access + sharepoint interaction). hope helps else.

http://office.microsoft.com/en-us/access-help/recordsettype-property-ha001232788.aspx


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -