Donkeygirl
Technical User
I have a relationship problem, like wiseguy. I have two tables. One has street addresses and each address has a number, which it corresponds to. Many addresses have the same number. The second table acts as the pk 'one table' for the number, which has many fields of information to it. I need users to be able to type in the parameters for the address they are looking up, ie street number is one field, street is another, street type is another, city is another. These would be parameters. From this I need the number listed for that record's address and the information for that number from the second table.
This is long winded, but it is a complicated problem. From looking closely at the problem, you can see that the relationship, in essence is a many to one....there is no way around it, but I have to think there is someway to deal with it. Can't I dock parameters and have them act as a group or something?
If you think you can help, let me know.
Thanks

This is long winded, but it is a complicated problem. From looking closely at the problem, you can see that the relationship, in essence is a many to one....there is no way around it, but I have to think there is someway to deal with it. Can't I dock parameters and have them act as a group or something?
If you think you can help, let me know.
Thanks