Hey people,
I have a question on a database I'm creating for a human resources office. I'm creating a database that tracks resumes sent and where we sent them. I created a general table that shows the list of places we send the resumes to. As for the resumes I created a form that can add/delete/and update resumes. I linked the table to the form and everytime I update one resume, it updates the table for all the resumes on the list.
In Short, the table is not uniquely manipulated for individual records (the resumes). Can anyone help on how I can manipulate the table for one resume record without manipulating the table for all the records?
Much appreciated,
Gerry
I have a question on a database I'm creating for a human resources office. I'm creating a database that tracks resumes sent and where we sent them. I created a general table that shows the list of places we send the resumes to. As for the resumes I created a form that can add/delete/and update resumes. I linked the table to the form and everytime I update one resume, it updates the table for all the resumes on the list.
In Short, the table is not uniquely manipulated for individual records (the resumes). Can anyone help on how I can manipulate the table for one resume record without manipulating the table for all the records?
Much appreciated,
Gerry
Comment