its a little more complicated than that...
for example, when i add a new school as a client i add the school info and the contact info, i need them bothtogether in the list of schools and seperate in the contact list
the main idea is to have two tables'
one is all our teachers from that table i can assign a teacher to a corse
and the other is all our contacts (teachers, workers, clients etc...)
i have a form for adding new workers.
i need the information to be added into two different tables
(the same fields added into two tables)
how can i do it?
in my project there are a lot of forms/
when I open a form I want the rest of the open forms to close (to prevent too meny forms to be open at once)
how can i do it?
I have two tables.
the first has sir name and family name as 2 different fields.
the second has full name as 1 field.
I want the second table to show the names from the first table but in one field.
is it possible?