I have table1 and table2
In table1 I have
stID (PK)
Name
dateOfBirth
schoolId
in table2 I have
serviceId(PK)
serviceType
stId
the two tables are related using the stID key
stID is numerical field starting 100 and I have about 200 records in the first table (The number might increase in the future)
Now, Single data entry for one person is working fine
Now what I want is that I want to enter the serviceType value for all people in table 1 with one shot
Is it possible ???
Thanks in Advance
In table1 I have
stID (PK)
Name
dateOfBirth
schoolId
in table2 I have
serviceId(PK)
serviceType
stId
the two tables are related using the stID key
stID is numerical field starting 100 and I have about 200 records in the first table (The number might increase in the future)
Now, Single data entry for one person is working fine
Now what I want is that I want to enter the serviceType value for all people in table 1 with one shot
Is it possible ???
Thanks in Advance