Solved Creating a db thoughts

if you don't have relationship, just create the query and "join" them on PK/FK
just like i did on the demo.

you can also create the relationship on the other db, only if you like.
 
Relationships should be done in the database containing the tables. In your case, the backend.
if you apply relationships in the frontend, they are purely 'cosmetic' and referential integrity cannot be enforced.
 
I opened up to review your relationships. I don't have the MSys relationship stuff.....what is that? I created the relationship around the DataEntry only.
Tables with the prefix MSys are hidden system tables. You can see them if you elect to show them.

1655471897777.png
 

Attachments

  • 1655471811055.png
    1655471811055.png
    78.6 KB · Views: 122
FANTASTIC.....thanks so much for your assistance. I went through your queries and I found what I was missing. I created a relationship...then added the description to the query and it worked like a charm.
 

Users who are viewing this thread

Back
Top Bottom