![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a number of seven tables with contact data fields from which I need to print lists and envelopes. I have two scripts that do this and I duplicted these for each of the 7 tables. This seems a very cumbersome way to handle this problem. Is there any way I can use the original two scripts and then click on a button to print the data out from whichever table I happen to be using at any point in time? |
#3
| |||
| |||
|
|
I have a number of seven tables with contact data fields from which I need to print lists and envelopes. I have two scripts that do this and I duplicted these for each of the 7 tables. This seems a very cumbersome way to handle this problem. Is there any way I can use the original two scripts and then click on a button to print the data out from whichever table I happen to be using at any point in time? |
#4
| |||
| |||
|
|
On 6/14/2005, K V wrote: I have a number of seven tables with contact data fields from which I need to print lists and envelopes. I have two scripts that do this and I duplicted these for each of the 7 tables. This seems a very cumbersome way to handle this problem. Is there any way I can use the original two scripts and then click on a button to print the data out from whichever table I happen to be using at any point in time? That IS cumbersome. I'm trying to envision why you would go to such lengths. At most, you would need a list layout layout for each table and a single envelope layout. You could actually create a single list layout using a group of calculation fields to vary the content of the list as necessary. If you really need multiple dedicated list layouts, you could use If-Then-Else steps in a script to decide which layout to go to and print based on where you started, or some other control. Is the information from one table to the next all that different that you couldn't just tremendously simplify things by putting everything in one table, and do your printing from found sets? Matt |
![]() |
| Thread Tools | |
| Display Modes | |
| |