Solved Creating a db thoughts (1 Viewer)

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 23:49
Joined
May 7, 2009
Messages
19,245
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.
 

isladogs

MVP / VIP
Local time
Today, 16:49
Joined
Jan 14, 2017
Messages
18,236
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.
 

GPGeorge

Grover Park George
Local time
Today, 08:49
Joined
Nov 25, 2004
Messages
1,875
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: 71

Pmetro

New member
Local time
Today, 11:49
Joined
Jun 1, 2022
Messages
8
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

Top Bottom