Hi Erin,
It would be fairly easy to set up an Access application, where you could
export information to one or more Excel spreadsheets using a little VBA code.
You could easily limit the records exported to each Excel spreadsheet with
the appropriate criteria in a query. An example for a movie database is shown
here:
http://www.accessmvp.com/TWickerath/downloads/Chap08QBF.zip
This sample was set up to demonstrate Query by Form (QBF). You could set
something similar up, except instead of having Movie Categories displayed in
a list box, you might have the names of the salespeople instead. You can even
append (add) the name or initials of the salesperson to the Excel filename,
along with the date exported, if desired. I have a new tutorial available on
the QBF technique, available here:
http://www.seattleaccess.org/downloads.htm
See the download for February 12, 2008. However, this tutorial does not
include Export to Excel functionality, as the first sample does. That would
be fairly easy to add.
Exporting to Word documents is going to be significantly more difficult. If
the information was read-only (ie. no need to edit after exporting), then
you'd be a lot better off to create a report in Access and print that. Or,
export the report to either the Microsoft Access Snapshot (*.snp) or Portable
Document Format (*.pdf) file format.
To move data from Access to Outlook, you can use this MSDN article as a
guide. However, I think this transfer is limited to the active user's
Outlook, ie. person A could not run a function in Access to populate person
B's Outlook calendar or tasks.
Using Automation in Microsoft Office Access 2003 to Work
with Microsoft Office Outlook 2003
http://msdn2.microsoft.com/en-us/library/aa159619(office.11).aspx
Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________