Jump to content

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

Recommended Posts

  • Newbies
Posted

Hello. My donor database is used to record and track donors and their donations. How should I set up the donation fields so that have just one record for a donor with multiple entries over the years? I am not sure how to set up the fields which hold the "donation amount" and the "donation date", etc. so that I don't need to use a new field each time someone donates. Serial entries?

Thanks for any advice!

Posted

Use 2 files, one for donors, the other for donations. Primary key in Donors matches foreign key in donations. A donor can have no, one, or, many donations. THis is the core of the relational model. DO NOT use the donor name as the primary or foreign key.

I recommend you order Rich Coulombre's book, Special Edition Using FIleMAker Pro 5, available at Amazon.

HTH

Old Advance Man

Posted

No. You can copy/paste the objects on the layout between databases but you first need to set up the new layout's parts manually.

Posted

Another tip: sometimes it may be easier/faster to clone a database, modify it and import data back into it. Only sometimes.

This topic is 8395 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.