February 4, 200421 yr Hi, I have created a database of animal records linked to a database of customers using animal ID _ customer_id. No problems there. But how do I arrange to enter the customer id in the animals table and get a matching address appearing as a read-only field(s)? I know how to look-up individual fields from Customers.Would appreciate your help. Many thanks Roger
February 4, 200421 yr Hi Roger ... To get a read-only display of the Customer's address on the Animal records: 1. In the Customer file, create a calculation field to concatenate the address -- along the lines of: "c_address_full" = street_address & "
February 5, 200421 yr Author Thanks very much, Jim for your help. Will try it and let you know how I get on. Very best wishes. Roger
March 5, 200421 yr Newbies I have an old G-4 400mgh running OS10.2. I've been having a real problem with getting FMP 6 to work on this particular computer. No matter what I do, once I've loaded FMP 6 on the system, the next I restart, it slows down dramatically, like about 90%. I've run Disk Warrior, increased the memory, and tried every trick in the book that I know, and nothing seems to work, except to keep it in Classic on 5.5. Anyone got any ideas.
March 6, 200421 yr RogerA said:I have created a database of animal records linked to a database of customers using animal ID _ customer_id. No problems there. But how do I arrange to enter the customer id in the animals table and get a matching address appearing as a read-only field(s)? You just display the related fields on the layout, and either format them as merge fields, or you can use standard fields but set the field format option to not allow entry.
Create an account or sign in to comment