New to all this and just playing so would appreciate your time.
I have set up a simple database with relationships to the data I need also set up. I have a webpage setup also that shows me all the data from the table but the relationships show as the id. I would like to show a different column from the relationship not the id.
Can anyone help?
Thanks
With no code or anything, and no description of what you've tried or what problems you've had.....
Select the other column as well, and show its content instead of the id.
If I'm understanding correctly, it's likely a situation where you would use a JOIN in the database query to access the values of interest from the related tables.