Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Will Access help me with my need

 
   Database Help (Home) -> MS Access RSS
Next:  Question about shortcuts  
Author Message
2Pat

External


Since: Oct 13, 2008
Posts: 2



(Msg. 1) Posted: Mon Oct 13, 2008 5:04 am
Post subject: Will Access help me with my need
Archived from groups: microsoft>public>access (more info?)

Before I spend the time learning Access, I want to make sure it will perform
the function(s) that I need it to.

The end result of what I need is a "workorder" that prints out for my
technicians that the info comes from 3 separate databases. For example, I
will have a "customer" database, a "referral" database and a "technical"
database. I need to present the info of ONE customer; ONE referral and ONE
technical on a single workorder to print or email to the technician.

If I put the time and effort in to Access - will this be something it will
do for me?

 >> Stay informed about: Will Access help me with my need 
Back to top
Login to vote
John Spencer

External


Since: Jun 11, 2008
Posts: 182



(Msg. 2) Posted: Mon Oct 13, 2008 9:04 am
Post subject: Re: Will Access help me with my need [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes. Access should be able to do what you want. Access is a powerful tool,
but it takes quite a bit of learning to use it well.

Although in Access you would have tables not databases. A database might have
three (or more) tables containing the information on each entity you need to
track.

Customers table
Referral table
Technical table

If Technical does not contain information on the Technicians you would
probably want another table containing information about the technicians -
last name, first name, email, mobile phone, etc.



John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County

2Pat wrote:
> Before I spend the time learning Access, I want to make sure it will perform
> the function(s) that I need it to.
>
> The end result of what I need is a "workorder" that prints out for my
> technicians that the info comes from 3 separate databases. For example, I
> will have a "customer" database, a "referral" database and a "technical"
> database. I need to present the info of ONE customer; ONE referral and ONE
> technical on a single workorder to print or email to the technician.
>
> If I put the time and effort in to Access - will this be something it will
> do for me?

 >> Stay informed about: Will Access help me with my need 
Back to top
Login to vote
2Pat

External


Since: Oct 13, 2008
Posts: 2



(Msg. 3) Posted: Mon Oct 13, 2008 9:04 am
Post subject: Re: Will Access help me with my need [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ahhh, I do have each table set up correctly (sorry for the lingo fauxpas) -
would I be using a query to move the info to a worksheet for the technician?

"John Spencer" wrote:

> Yes. Access should be able to do what you want. Access is a powerful tool,
> but it takes quite a bit of learning to use it well.
>
> Although in Access you would have tables not databases. A database might have
> three (or more) tables containing the information on each entity you need to
> track.
>
> Customers table
> Referral table
> Technical table
>
> If Technical does not contain information on the Technicians you would
> probably want another table containing information about the technicians -
> last name, first name, email, mobile phone, etc.
>
>
>
> John Spencer
> Access MVP 2002-2005, 2007-2008
> The Hilltop Institute
> University of Maryland Baltimore County
>
> 2Pat wrote:
> > Before I spend the time learning Access, I want to make sure it will perform
> > the function(s) that I need it to.
> >
> > The end result of what I need is a "workorder" that prints out for my
> > technicians that the info comes from 3 separate databases. For example, I
> > will have a "customer" database, a "referral" database and a "technical"
> > database. I need to present the info of ONE customer; ONE referral and ONE
> > technical on a single workorder to print or email to the technician.
> >
> > If I put the time and effort in to Access - will this be something it will
> > do for me?
>
 >> Stay informed about: Will Access help me with my need 
Back to top
Login to vote
Klatuu

External


Since: Sep 30, 2008
Posts: 163



(Msg. 4) Posted: Mon Oct 13, 2008 9:04 am
Post subject: Re: Will Access help me with my need [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There are a few different ways to move data from Access to Excel. The most
common and straight forward is a method (used in VBA) or action (used in
macros) called TransferSpreadsheet. It is specifically for importing and
exporting data between Access and Excel. When you use the
TransferSpreadsheet for exporting to Excel, you specify either a table or a
query to export.

In your case, having three tables, you will need to use a query. Once you
have the query built to pull the correct data, it is a fairly simple matter
to use the TransferSpreadsheet to move the data to Excel.

"2Pat" <2Pat.TakeThisOut@discussions.microsoft.com> wrote in message
news:0635AC2B-6FBA-490B-957E-630FBE6AD433@microsoft.com...
> Ahhh, I do have each table set up correctly (sorry for the lingo
> auxpas) -
> would I be using a query to move the info to a worksheet for the
> technician?
>
> "John Spencer" wrote:
>
>> Yes. Access should be able to do what you want. Access is a powerful
>> tool,
>> but it takes quite a bit of learning to use it well.
>>
>> Although in Access you would have tables not databases. A database might
>> have
>> three (or more) tables containing the information on each entity you need
>> to
>> track.
>>
>> Customers table
>> Referral table
>> Technical table
>>
>> If Technical does not contain information on the Technicians you would
>> probably want another table containing information about the
>> technicians -
>> last name, first name, email, mobile phone, etc.
>>
>>
>>
>> John Spencer
>> Access MVP 2002-2005, 2007-2008
>> The Hilltop Institute
>> University of Maryland Baltimore County
>>
>> 2Pat wrote:
>> > Before I spend the time learning Access, I want to make sure it will
>> > perform
>> > the function(s) that I need it to.
>> >
>> > The end result of what I need is a "workorder" that prints out for my
>> > technicians that the info comes from 3 separate databases. For
>> > example, I
>> > will have a "customer" database, a "referral" database and a
>> > "technical"
>> > database. I need to present the info of ONE customer; ONE referral and
>> > ONE
>> > technical on a single workorder to print or email to the technician.
>> >
>> > If I put the time and effort in to Access - will this be something it
>> > will
>> > do for me?
>>
 >> Stay informed about: Will Access help me with my need 
Back to top
Login to vote
Arvin Meyer [MVP]

External


Since: Oct 02, 2008
Posts: 144



(Msg. 5) Posted: Mon Oct 13, 2008 9:48 am
Post subject: Re: Will Access help me with my need [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You have the replies from the others. I would add, that I've built more than
1 solution similar to what you need. Additionally, I've output the data into
an Access report, and also a Word document. Word was used because the client
required additional formatting and custom commenting beyond what was easy
for Access to produce.

I would go so far as to say, that even though Access has a learning curve,
it is orders of magnitude easier that trying to produce a custom solution
with any other method. You have the entire power of Microsoft Office at your
fingertips.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"2Pat" <2Pat.DeleteThis@discussions.microsoft.com> wrote in message
news:206872A4-E1AC-4D70-B12B-45A6F269B82A@microsoft.com...
> Before I spend the time learning Access, I want to make sure it will
> perform
> the function(s) that I need it to.
>
> The end result of what I need is a "workorder" that prints out for my
> technicians that the info comes from 3 separate databases. For example, I
> will have a "customer" database, a "referral" database and a "technical"
> database. I need to present the info of ONE customer; ONE referral and
> ONE
> technical on a single workorder to print or email to the technician.
>
> If I put the time and effort in to Access - will this be something it will
> do for me?
 >> Stay informed about: Will Access help me with my need 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> MS Access All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]