You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
We recently published a white paper about Access 2010 and Access Services. Here are the download link, description, and table of contents.
Improving the Reach and Manageability of Microsoft® Access 2010 Database Applications with Microsoft® Access Services
Summary: Access Services is a new feature of Microsoft® SharePoint Server 2010 Enterprise Edition that supports close integration with Microsoft® Access 2010. This integration enables users to extend the ease of Access application development to the creation of Web forms and reports, and it enables IT managers to extend the ease of SharePoint 2010 Products administration to the management of Access data, application objects, and application behavior. This paper explains the benefits and architecture of this new level of integration, and it provides technical details that will be helpful in implementing successful migration of existing Access applications to this new architecture. (31 Printed Pages).
Introduction Empowering End Users with Access Benefits Manageability Challenges Meeting Manageability Challenges by Centralizing Storage Managing Split Access Applications Moving Data to SQL Server Using Terminal Services to Deploy Access Applications Increasing Manageability with SharePoint 2010 Products Publishing Access 2010 Databases to Access Services Web Access, Better Performance and Enhanced Manageability Web Databases, Web Objects, and Client Objects Deploying Access databases in SharePoint Technologies Storing databases into SharePoint Document Libraries Publishing an Access Services application Publishing Client-only Applications Hosted SharePoint Server Options Migrating Legacy Data to Web Tables Using the Web Compatibility Checker Handling Compatibility Issues Creating New Compatible Tables and Importing Legacy Data Synchronizing data between web tables and external sources Migrating Legacy Application Objects Handling Publishing, Compilation, and Runtime Errors Publishing Issues Compilation Issues Runtime Issues Upgrading Databases to Access 2010 64-bit VBA Issues Summary Appendix Access 2010 Features by Object Type Tables Forms Reports Queries Macros Expressions
Enjoy!
Comments: (8) Collapse
Thanks for this! I've been sitting at my computer for 10 hours hacking on a new app in 2010. I love it - however, there are things to learn. I like having a reference book or other source when questions come up but since 2010 isn't yet out, I'm winging it and checking back here. Probably good for me.
On page 6 it mentions that an access webpage cannot retrieve data from sql server tables in separate locations, i.e. different servers, could you not create a linked sharepoint list in sharepoint designer and be able to access the data that way?
I'm working through this document at the moment and would like to suggest that the paragraph on "Compound Indexes" is unnecessarily downbeat. It just says, "Indexes on multiple columns are not supported in Web applications, as explained in the section on tables above".
Probably the most important reason for having such an index is when you want two or more columns together to be unique, e.g. a surname/first name combination, though I appreciate that a multi-column index might also be used to speed up retrieval. However, if the index is used to enforce uniqueness as I suggested, you can do this by adding an extra column to the table, making this single column unique and using SetField in the Before Change data macro to set its value to, say, Surname & "|" & FirstName Thus if you attempt to add the same surname/first name combination more than once into the table, it will get rejected. Reading the document as it stands is likely to have readers say, "What!?!" when they read that paragraph. That was my initial reaction when I discovered this apparent limitation in web tables in Access 2010. Alan PS Personally, I add the "|" to distinguish the two parts of the field's values so I don't get a false clash with surname/first name combinations like Douglass Addam
Douglas Saddam
This is an excellent document which brings lots of information together in one place.
Terry - That great question was asked earlier in another blog post and Clint basically answered that while this is feasible, they had to postpone this feature for next version. But if you can't wait for next version, you could get away with a custom workflow written in .NET to do this. Clint - Thanks for the awesome whitepaper. Reading it, it became apparent to me that I somehow missed the rationale of having non-web databases published to Sharepoint as a mean to facilitate source control and serialize the objects within the application, which was very interesting to me. However, I'm anxious to see how this would be actually accomplished as I've been unable to find the dials to control who can download what objects, what changes they are allowed to make to the objects and who shouldn't be allowed at all to make design changes. I would be very interested in getting more information on this.
@Terry - we definitely want to support virtual lists in the future. This was one of the most painful cuts we had to make. Our goal was to make lists solid before starting to add more external data sources. Definitely see the value... @Alan - I have a blog post coming out on how to use the before change event and LookupRecord in data macros to ensure uniqueness across columns. There is an even easier way without storing redundant data. @Banana - We haven't exposed all the dials possible for fine grain control. For now the permissions of the site should control the permissions of the objects stored in the msysaso list. If you give someone contributor rights they won't have permissions to modify objects but can modify data. We have a blog post on the topic in the works.
Is there any way to get back the look and feel of Access 2003? I still have not gotten used to the menu systems in 2007, and it is still costing me more time than it saves.
Dave @ sorry--there isn't a way to go back to the menus and command bars model of 2003. We looked at it but the engineering, training and overall user experience confusion costs were too high.
Comments: (loading) Collapse