Any way to make an ASCII chart?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make an ASCII chart and have it be sent to MS Word?
 
I have all of the data in Access and it would have to open in access or have
acces open a word document that can display this. The reason that I need it
ASCII is because the chart has to go into an older system that can only
accept text.
 
Actually, Access Help already has ASCII charts in it, one for characters
0-127, and one for characters 128-255. Click Help | Contents and Index, then
click the Index tab and type in ASCII. You might be able to pop that up
using code (not sure how, though). If that isn't possible, the other option
would be to create a table of the ASCII character set and the corresponding
numerical values. You could then base a report on it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top