Jump to content
Server Maintenance This Week. ×

FileMaker Pro vs. Other Databases


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

Recommended Posts

Maybe it just a different prospective,

But if I want to have the ability to attach a list of email address to a client record, I need a table of email address that are related to clients record. So in the end I have two tables, with the related table being viewed with a portal. There is probably a better way to do this.. but this is how I know how to do it.

So I would have something like, pseudo code

Table Client{

Client_ID;

Global Client_ID;

}

Table Email{

Client ID Related to Client.Client_ID;

EmailAddress;

}

Link to comment
Share on other sites

Of course, if the relationship allows creation of related records and you are using a portal, you merely type the new email address into the last line of the portal and omit creating a new record and transferring the ID steps.

Link to comment
Share on other sites

I think you need to learn how to use Filemaker. There is ZERO code involved to do what you are trying to do. You just go into the define database dialog and set up a relationship between the two tables. I suggest you start with the tutorials.

Link to comment
Share on other sites

Well it's hard to say without seeing all the table descriptions or descriptions of what you are trying to do. You keep mentioning some problem with lists and then providing absolutely zero descriptive information. Your statement "The things I

Link to comment
Share on other sites

The company that I'm working at has 1200+ tables in its non-FileMaker ERP system. Many of the tables have only two columns and one row. Dozens of new tables are introduced with each new release.

Reporting off these highly normalized DBs can be a bugger. It's common to have to string 20-30 tables together to get a report.

Link to comment
Share on other sites

Notice that I didn't say "highly normalized"

I used the conveniently vague term "properly normalized" smile.gif

You can interpret that many ways, of course. While relational database theory often implies that a proper database be fully normalized, it rarely makes sense to do that from a practical point of view.

Link to comment
Share on other sites

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