dbTalk Databases Forums  

Access memo field to Excel

comp.databases.ms-access comp.databases.ms-access


Discuss Access memo field to Excel in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bobh
 
Posts: n/a

Default Access memo field to Excel - 03-03-2010 , 02:07 PM






Hi All,

First, I did a search here but didn't find anything that was prudent
so,

In AccessXP I have a continuous form setup as a filter by form which
users use to filter and create subsets of records they want to work
with, they then using Office Links - Analyze with Excel memubar item
output the results to Excel XP. unfortunately two of the fields are
'memo' fields and of course only the first 255 characters actually get
output to the spreadsheet.

How do I get the entire contents of the memo fields to output to the
spreadsheet??? remember this subset of data sitting in a continuous
form, not a table.

Does AccessXP have specification sheets?? I looked but didn't find any
kind of thing.
thanks
bobh.

Reply With Quote
  #2  
Old   
Jens Schilling
 
Posts: n/a

Default Re: Access memo field to Excel - 03-03-2010 , 02:19 PM






Hi,

bobh wrote:
Quote:
Hi All,

First, I did a search here but didn't find anything that was prudent
so,

In AccessXP I have a continuous form setup as a filter by form which
users use to filter and create subsets of records they want to work
with, they then using Office Links - Analyze with Excel memubar item
output the results to Excel XP. unfortunately two of the fields are
'memo' fields and of course only the first 255 characters actually get
output to the spreadsheet.

How do I get the entire contents of the memo fields to output to the
spreadsheet??? remember this subset of data sitting in a continuous
form, not a table.

Does AccessXP have specification sheets?? I looked but didn't find any
kind of thing.
thanks
bobh.
Your problem is discussed in this knowledge article :

http://support.microsoft.com/kb/294286/en-us

Regards
Jens

Reply With Quote
  #3  
Old   
bobh
 
Posts: n/a

Default Re: Access memo field to Excel - 03-05-2010 , 10:16 AM



On Mar 3, 3:19*pm, "Jens Schilling"
<JensSchillingBitteLoesc... (AT) fissership (DOT) de> wrote:
Quote:
Hi,





bobh wrote:
Hi All,

First, I did a search here but didn't find anything that was prudent
so,

In AccessXP I have a continuous form setup as a filter by form which
users use to filter and create *subsets of records they want to work
with, they then using Office Links - Analyze with Excel memubar item
output the results to Excel XP. unfortunately two of the fields are
'memo' fields and of course only the first 255 characters actually get
output to the spreadsheet.

How do I get the entire contents of the memo fields to output to the
spreadsheet??? *remember this subset of data sitting in a continuous
form, not a table.

Does AccessXP have specification sheets?? I looked but didn't find any
kind of thing.
thanks
bobh.

Your problem is discussed in this knowledge article :

http://support.microsoft.com/kb/294286/en-us

Regards
Jens- Hide quoted text -

- Show quoted text -
Thanks for the link but
Method 1 does not work, it still truncates a memo field at 255
characters, at least here in my shop and even if it did work, I could
not train all my users to it. I definately can not use method 2,
that's a manual end-user type process and again I can't be training
users how to work a spreadsheet.
The process I'm building is an automated process that gets filtered
data from a continious form to a spreadsheet where the end users is
just clicking on one or two menubar items hence "Office Links -
Analyze with Excel"
bobh.

Reply With Quote
  #4  
Old   
Salad
 
Posts: n/a

Default Re: Access memo field to Excel - 03-05-2010 , 12:08 PM



bobh wrote:

Quote:
On Mar 3, 3:19 pm, "Jens Schilling"
JensSchillingBitteLoesc... (AT) fissership (DOT) de> wrote:

Hi,





bobh wrote:

Hi All,

First, I did a search here but didn't find anything that was prudent
so,

In AccessXP I have a continuous form setup as a filter by form which
users use to filter and create subsets of records they want to work
with, they then using Office Links - Analyze with Excel memubar item
output the results to Excel XP. unfortunately two of the fields are
'memo' fields and of course only the first 255 characters actually get
output to the spreadsheet.

How do I get the entire contents of the memo fields to output to the
spreadsheet??? remember this subset of data sitting in a continuous
form, not a table.

Does AccessXP have specification sheets?? I looked but didn't find any
kind of thing.
thanks
bobh.

Your problem is discussed in this knowledge article :

http://support.microsoft.com/kb/294286/en-us

Regards
Jens- Hide quoted text -

- Show quoted text -


Thanks for the link but
Method 1 does not work, it still truncates a memo field at 255
characters, at least here in my shop and even if it did work, I could
not train all my users to it. I definately can not use method 2,
that's a manual end-user type process and again I can't be training
users how to work a spreadsheet.
The process I'm building is an automated process that gets filtered
data from a continious form to a spreadsheet where the end users is
just clicking on one or two menubar items hence "Office Links -
Analyze with Excel"
bobh.
I think you could automate the process where you loop through increments
of 255 chars. Maybe send your memos to a text file. Update the
spreadsheet then read the text file.

Reply With Quote
  #5  
Old   
bobh
 
Posts: n/a

Default Re: Access memo field to Excel - 03-08-2010 , 08:22 AM



On Mar 5, 1:08*pm, Salad <sa... (AT) oilandvinegar (DOT) com> wrote:
Quote:
bobh wrote:
On Mar 3, 3:19 pm, "Jens Schilling"
JensSchillingBitteLoesc... (AT) fissership (DOT) de> wrote:

Hi,

bobh wrote:

Hi All,

First, I did a search here but didn't find anything that was prudent
so,

In AccessXP I have a continuous form setup as a filter by form which
users use to filter and create *subsets of records they want to work
with, they then using Office Links - Analyze with Excel memubar item
output the results to Excel XP. unfortunately two of the fields are
'memo' fields and of course only the first 255 characters actually get
output to the spreadsheet.

How do I get the entire contents of the memo fields to output to the
spreadsheet??? *remember this subset of data sitting in a continuous
form, not a table.

Does AccessXP have specification sheets?? I looked but didn't find any
kind of thing.
thanks
bobh.

Your problem is discussed in this knowledge article :

http://support.microsoft.com/kb/294286/en-us

Regards
Jens- Hide quoted text -

- Show quoted text -

Thanks for the link but
Method 1 does not work, it still truncates a memo field at 255
characters, at least here in my shop and even if it did work, I could
not train all my users to it. *I definately can not use method 2,
that's a manual end-user type process and again I can't be training
users how to work a spreadsheet.
The process I'm building is an automated process that gets filtered
data from a continious form to a spreadsheet where the end users is
just clicking on one or two menubar items hence "Office Links -
Analyze with Excel"
bobh.

I think you could automate the process where you loop through increments
of 255 chars. *Maybe send your memos to a text file. *Update the
spreadsheet then read the text file.- Hide quoted text -

- Show quoted text -

I think that would be very complicated and difficult, create a
spreadsheet then a text file with the memo field and than update the
spreadsheet from the text file, I would not know where to begin.

Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.