I have releted two different table based on their codes
first table where the people
second table the statue
i want to list to dropdown table People but their status does not exist yet.
So i can distunguish if their sttus is not entered yet i can add a status
im doing currently
in people module
Status.job != "Yes"
It takes whatever tehere is in status table no
but i want people from people table but their status does not exist
i do this doesnt work
Status.job:People.status
because status doesnt exist in people table it gives error
first table where the people
second table the statue
i want to list to dropdown table People but their status does not exist yet.
So i can distunguish if their sttus is not entered yet i can add a status
im doing currently
in people module
Status.job != "Yes"
It takes whatever tehere is in status table no
but i want people from people table but their status does not exist
i do this doesnt work
Status.job:People.status
because status doesnt exist in people table it gives error