cbntor Posted November 28, 2002 Posted November 28, 2002 Relatively new to FM: I am currently trying to re-design our corporate docket system. Basically, each contact in our database is one record. We need though, the ability to create a distribution list with many addresses from many records. Is there a way to compile various records into a list without having to use a relational database ?
LiveOak Posted November 28, 2002 Posted November 28, 2002 You need to search for the records you want to print. You will probably want some field that identifies which records are in which mailing list(s). Then if you go to Find Mode and enter a "find request" and "perform a find", you can isolate the needed set of records or "found set". You might want to give the manual a read, it is all in there. -bd
cbntor Posted November 28, 2002 Author Posted November 28, 2002 That works if I only want to print one label for each record. Consider this scenario: Say that we have 3 contacts, which are each contained in their own record. What if we needed to create 5 labels for Contact 1, 3 for Contact 2 and 2 for Contact 3. Our system now creates 1 record for 1 label. In this case we would have 10 records to print 10 labels. Is there any way to have a separate label database contained in the original Contact list? I know this sounds crazy! Could we just be getting in over our heads?
Vaughan Posted November 28, 2002 Posted November 28, 2002 Use a related database. Create 5 related records (labels) for contact 1, 3 for contact 2 etc. Relational isn't hard. In fact for what you want to do it'll be orders of magnitude easier than a non-relational kludge.
Recommended Posts
This topic is 8088 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 accountSign in
Already have an account? Sign in here.
Sign In Now