Hi All
After working with a db certain for ages - I have now had to start to make some substantial changes to the entire db - changing table structure and of course relationships.
The db is split (front-end and backend) - but I have a question regarding the relationships of these two dbs.
I had thought (up to now) that all relationships would be contained in the back end (silly idea as front ends can also contain tables). Now I think that both front and back end contain relationships.
This seems a little difficult and might cause problems if the relationships are different. How can I ensure that the relationship schema that I want to use is in the front and Backend - without having to manually create them from scratch? i.e. can you import relationships?
Thanks in advance.
Stew