Hi Matt,
No, there is no method by which you can take existing client queries, forms, macros, and reports and convert them to web objects.
I'm assuming you are indeed publishing to a SharePoint 2010 Server that has Access Services installed and provisioned. I'm also assuming you passed the web compatibility checker before publishing your web database to the server. If that is all correct above then you have now moved your existing tables to the server and they are now web tables.
Your existing database objects can now work againist these web tables from within client. A copy of each of these client objects now exists up on the server as well. However, you cannot open or use any of those client objects from within the browser because the corresponding web objects are different and have more restrictions.
To create web queries, web forms, web macros, and web reports, just click the the Create Ribbon tab. On the Queries, Forms, Reports, Macros & Code groups on this Ribbon tab, you'll see icons to create the various objects. You can differentiate web objects from client objects by looking for the globe icon on the various icons. When you create these new web objects, save the changes, and then sync your changes to the server you can then open your web forms and web report objects in a browser.
--------------------
Jeff Conrad - Access Junkie - MVP Alumnus
SDET II - Access Test Team - Microsoft Corporation
Author -
Microsoft Access 2010 Inside Out
Co-author -
Microsoft Office Access 2007 Inside Out
Access 2007/2010 Info:
http://www.AccessJunkie.com
----------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.mspx
----------