Jump to content

How to Merge From Database to Contract


djtaras

This topic is 7308 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi! Help!

I am attempting to create a new layout for my database, one in which I pull many of the fields into a printable contract (or any type of document, actually) without any graphics or text boxes, etc, just a document I can print and fax to clients. But trying to use the Insert Merge Field method is definitely not working due to the number of fields (slow going), and the fact that I'm then having to go back in and type the field names in front of the inserted merge field, and the texts are overlapping, difficult to organize, and too numerous to organize, too. Not every field, however, needs to have the field name in front of it--only some.

I intuit that there is another way to create a new layout that's only text and merge fields, but in perhaps just a few steps. Is there a trick I'm missing?

Something I need to consider?

I really appreciate any assistance.

Daniel

Version: v6.x

Platform: Windows XP

Link to comment
Share on other sites

You know you don't have to use Merge fields (though there are good for printing). You can create a regular Standard view layout, choose your fields, and have it created for you.

Then you still have to turn off the borders for fields, etc., if needed, align fields and labels. But it sure beats typing them in.

Here's another (strange) method.

Create a layout with the fields you want. Set them all into a global field, using the FieldNames() function. (Or just select and copy the field names). You want a field name on each line.

Or export 1 dummy record as a Merge file, delete the data line, Find/Replace the comma to return. You'll have the field names.

Paste into a "grep" capable text editor (EditPad Pro? I'm on a Mac, and use BBEdit).

Do a Find/Replace to get what you want.

Find each line

^.+

Replace

&: <<&>>

Or, if your editor doesn't support "&" (replace match)

Find

(^.+)

Replace

1: <<1>>

This will give you a series of:

Field name: <<field name>>

Link to comment
Share on other sites

thank you fenton. i'm pretty new at all this, so any help goes a long long way. I'll try the first solution (as I prefer the easier route, and it seems that is the easier of the two), and see how it goes.

much aloha.

Link to comment
Share on other sites

This topic is 7308 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.