How do I pull up the phone number when creating a form letter with the A1 program. It's the phone number of the client, and the phone number of the carrier, plus the phone number of the defense attorney.
Thanks
another command for forms
-
Michael Appell
Re: another command for forms
The client is quite simple; its:
>>
How do I pull up the phone number when creating a form letter with the A1 program. It's the phone number of the client, and the phone number of the carrier, plus the phone number of the defense attorney.
The carrier and attorney become a little more tricky because there could be several carriers and/or several attorneys so now you have the question of: which carrier or attorney's number do you want? Let's assume you want the first one in the list. You may do it this way:
>>
>>
This will be quick because the user is NOT prompted to select a party. However, let's say you want the Name, address and phone number. Then, you may do it this way:
>
Phone: >
Keep in mind that you may use the getparty,AskAndSupress so that the name and address is not printed.
Mike
>>
How do I pull up the phone number when creating a form letter with the A1 program. It's the phone number of the client, and the phone number of the carrier, plus the phone number of the defense attorney.
The carrier and attorney become a little more tricky because there could be several carriers and/or several attorneys so now you have the question of: which carrier or attorney's number do you want? Let's assume you want the first one in the list. You may do it this way:
>>
>>
This will be quick because the user is NOT prompted to select a party. However, let's say you want the Name, address and phone number. Then, you may do it this way:
>
Phone: >
Keep in mind that you may use the getparty,AskAndSupress so that the name and address is not printed.
Mike