 |
BobBarker Level: Protégé
 Registered: 23-04-2008 Posts: 5
|
Printer.?
Im trying to write a module in Access using Printer.? and the Printer.? isnt regognized.
Printer.Font size
Printer.Print some text
Any tips or suggestions?
|
|
23-04-2008 at 11:12 PM |
|
|
BobBarker Level: Protégé
 Registered: 23-04-2008 Posts: 5
|
Re: Printer.?
I have found that Printer.Print isnt supported in Excel or Access
|
|
11-05-2008 at 01:14 PM |
|
|
BobBarker Level: Protégé
 Registered: 23-04-2008 Posts: 5
|
Re: Printer.?
Long Story Short:
I get 3 files from our customer. each file is about 3 megs. Within each file are specific topics.
I wrote a code back in the 90's that will bust these files up into the specific topis, with in specific folders, by months.
Then I have another code that a user uses to print a specific topic. To print a topic I have to put an escape code at the start of the print routine, so the text will fit on the page.
This code is
str$ - chr(27) + "&k2s"
This code was writen in QuickBasic (eeek)
Actualy the whole thing needs to be rewriten in VBA, but I dont have VBA or do I know much about it. Im using Access for the modules, with what VBA I do know.
|
|
12-05-2008 at 10:21 AM |
|
|
BobBarker Level: Protégé
 Registered: 23-04-2008 Posts: 5
|
Re: Printer.?
Yes that would work for file 1. Put the plot thickens
File 2
Has files we will call Items, within the Item file there are Recipes. My old code would print the Item file, as it read it, line by line, finding the Recipes and the print them. The Recipes can have Recipes as well
Thus the need to print the file as it reads it.
I use Access and Excel 2002
|
|
12-05-2008 at 06:53 PM |
|
|
BobBarker Level: Protégé
 Registered: 23-04-2008 Posts: 5
|
Re: Printer.?
The files are not realy formated for importing, but if you want to mess with it, I can send you several files.
email me at robert.barker@lsgskychefs.com (I might be easier) the files on all on the work laptop
|
|
12-05-2008 at 10:19 PM |
|
|
|
|
 |
 |