A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I link an excel spreadsheet or spreadsheet like data to a f



 
 
Thread Tools Display Modes
  #1  
Old January 4th, 2008, 02:04 PM posted to microsoft.public.access.forms
Stuart Reicher
external usenet poster
 
Posts: 11
Default How do I link an excel spreadsheet or spreadsheet like data to a f

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.
  #2  
Old January 4th, 2008, 02:50 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default How do I link an excel spreadsheet or spreadsheet like data to a f

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #3  
Old January 4th, 2008, 06:38 PM posted to microsoft.public.access.forms
Stuart Reicher
external usenet poster
 
Posts: 11
Default How do I link an excel spreadsheet or spreadsheet like data to

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #4  
Old January 4th, 2008, 07:03 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default How do I link an excel spreadsheet or spreadsheet like data to

Try using a crosstab query to export the data in the format you need.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #5  
Old January 7th, 2008, 02:45 PM posted to microsoft.public.access.forms
Stuart Reicher
external usenet poster
 
Posts: 11
Default How do I link an excel spreadsheet or spreadsheet like data to

I tried it, it only allows one value row. Is there a way to link or
embed a spreadsheet into each form/record

I need the data to look like this

Project 1234 5678 9112


Electrical 100000 10005 1006
Plumbing 200000 200005 200006
elevator 55000 550005 55045

"Klatuu" wrote:

Try using a crosstab query to export the data in the format you need.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #6  
Old January 7th, 2008, 05:11 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default How do I link an excel spreadsheet or spreadsheet like data to

You don't link a spreadsheet to a form or a record directly.
You must first establish the spreadsheet as a linked table. You cannot,
however, change data in a linked excel table.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I tried it, it only allows one value row. Is there a way to link or
embed a spreadsheet into each form/record

I need the data to look like this

Project 1234 5678 9112


Electrical 100000 10005 1006
Plumbing 200000 200005 200006
elevator 55000 550005 55045

"Klatuu" wrote:

Try using a crosstab query to export the data in the format you need.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #7  
Old January 7th, 2008, 10:42 PM posted to microsoft.public.access.forms
Stuart Reicher
external usenet poster
 
Posts: 11
Default How do I link an excel spreadsheet or spreadsheet like data to

If you are talking about just linking a spreadsheet to the database that's
kind of useless because every project/record would have its own spreadsheet.

"Klatuu" wrote:

You don't link a spreadsheet to a form or a record directly.
You must first establish the spreadsheet as a linked table. You cannot,
however, change data in a linked excel table.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I tried it, it only allows one value row. Is there a way to link or
embed a spreadsheet into each form/record

I need the data to look like this

Project 1234 5678 9112


Electrical 100000 10005 1006
Plumbing 200000 200005 200006
elevator 55000 550005 55045

"Klatuu" wrote:

Try using a crosstab query to export the data in the format you need.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

  #8  
Old January 7th, 2008, 11:10 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default How do I link an excel spreadsheet or spreadsheet like data to

You could use the Form's current event to link to a spreadsheet for each
record.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

If you are talking about just linking a spreadsheet to the database that's
kind of useless because every project/record would have its own spreadsheet.

"Klatuu" wrote:

You don't link a spreadsheet to a form or a record directly.
You must first establish the spreadsheet as a linked table. You cannot,
however, change data in a linked excel table.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I tried it, it only allows one value row. Is there a way to link or
embed a spreadsheet into each form/record

I need the data to look like this

Project 1234 5678 9112


Electrical 100000 10005 1006
Plumbing 200000 200005 200006
elevator 55000 550005 55045

"Klatuu" wrote:

Try using a crosstab query to export the data in the format you need.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

Here's what the user cares about:

1. Tracking his projects by entering them in a database
2. Be able to somehow link the individual budgets/costs to those projects.
3. Create a query so in the future we can look for similar projects and
their costs so we can see if the costs are in line. This would be done by
copying the old cost data into a spreadsheet template that already has
formulas to manipulate the data.
The costs would look like this:

Electrical 100000
Plumbing 200000
elevator 55000

There are approximately 20 of these per project. So, I know how to add
these to a table however when they are exported to excel from a query they
won't show up this way. That's why I asked the question. I tried switching
the rows to columns in excel but that doesn't work very well. I need to
either get this data from access to excel in the proper format as shown above
or put the data in it's own spreadsheet for each record and link it in the
entry form. Unless you have any other ideas.

"Klatuu" wrote:

It isn't clear what you are asking, but here are some points to consider.
First, you cannot modify data in a linked spreadsheet. You can only read
from it. I would suggest you either link to or import the spreadsheet data
and use the TransferSpreadsheet method to export the data to excel.
--
Dave Hargis, Microsoft Access MVP


"Stuart Reicher" wrote:

I am creating a new database to track project data. Part of each project is
budgetary data. There are approximately 20 types of data with amounts in
table like format. I could put them in the table as fields but, have no easy
way to get the data to excel later on to manipulate. So I was thinking of
either embedding or linking the spreadsheet to each record. When we are done
we want to run a query that creates a list of jobs say in a city. Then be
able to bring up the budgetary data to review in excel format. That data can
either be in excel or exported to excel or copy and pasted into excel.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.