Sheik Posted January 8, 2018 Report Share Posted January 8, 2018 I am creating a database to hold clients list and am looking for a way to link the company profile to employee details page Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted January 8, 2018 Report Share Posted January 8, 2018 So as I understand you have two tables Comany_Table and Employee_Table. One company to many employees. What you need to do is to add Company ID to your Employee table. Then you can create a details page based on Company Table to get the information of the company like the example at https://howto.caspio.com/tech-tips-and-articles/tech-parameters/how-to-create-a-one-to-many-relational-datapage/ In this example Customer Detail is Company Profile and Customer Log can be Employee List. Or you can create a view to join your tables: https://howto.caspio.com/tables-and-views/what-are-views/creating-a-view-to-join-tables/ Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted March 17 Report Share Posted March 17 Hello, just want to add to this post, passing of parameters using query string might help as well: https://howto.caspio.com/parameters/parameters-as-query-string-values/ Quote Link to comment Share on other sites More sharing options...
Question
Sheik
I am creating a database to hold clients list and am looking for a way to link the company profile to employee details page
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.