Question about architecture / data inheritance |
4/24/2020 4:39:15 PM |
PHPRunner General questions | |
N
nagate816 authorDevClub member
Hello, |
|
N
|
Nir Frumer 4/25/2020 |
hi
|
N
|
nagate816 authorDevClub member 4/26/2020 |
Thanks for your reply. I may not have explained it clearly but the key is that for the Requester and program information they need to populate with data from a list of requester and for the program from a table with data about the program. I like your approach and will probably use it once I figure out how to populate the data. I have seen in other systems the concept of you select one value from a table (from say a lookup list) and then do a "lookup" to populate the data in the other fields. So I might pick a Program by it's name from a drop down list and then the next 10 fields on the form get populated with information from the other table with data about the program. hi I would put everything into 1 table Now 2 options
|
M
|
MikeT 4/27/2020 |
It should be possible to add an empty field to your query (a dummy field that's not part of the underlying table). |