![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Happy New Year to all!!! I can't figure out this: I have 2 tables i.e. Plates and Cups, with same fields (Name, quality e.t.c.). I want to join these tables data to a third table, for printing a union list. Something like Access SQL Query (SELECT and UNION SELECT). TIA for any tips. FMP 8.5 MacOs 10.4.8 Nick Trimmis |
#3
| |||
| |||
|
|
Happy New Year to all!!! I can't figure out this: I have 2 tables i.e. Plates and Cups, with same fields (Name, quality e.t.c.). I want to join these tables data to a third table, for printing a union list. Something like Access SQL Query (SELECT and UNION SELECT). TIA for any tips. FMP 8.5 MacOs 10.4.8 Nick Trimmis |
#4
| |||
| |||
|
|
My own take is that you should have only one table in which you'd add a new field 'Type' in the 'Plate' table - fill all the existing records with 'Plate' - with a value list helping to choose between 'Plates 'and 'Cups'. Then just import the 'Cup' records into the modified 'Plate' table - add, with the 'replace' script line, 'Cup' to the new field in all found set of records - and throw out the 'Cup' table. Why make complicated things when it can be simple ? Just my 2 cents. |
#5
| |||
| |||
|
|
In article <C1BEB5E7.10F64%ntrimmis (AT) gmail (DOT) com>, Nick Trimmis <ntrimmis (AT) gmail (DOT) com> wrote: I can't figure out this: I have 2 tables i.e. Plates and Cups, with same fields (Name, quality e.t.c.). I want to join these tables data to a third table, for printing a union list. Something like Access SQL Query (SELECT and UNION SELECT). |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |