Hi there,
I was wondering what would be the best way of updating only a specific row in a table with new data from a form combobox?
Currently I have a query that updates the OfficeID and MailboxID in tblBreakdown to what ever has been selected in the corresponding comboboxes on frmMailboxAssignment. Trouble is this updates all the ID's for every record in tblBreakdown.
I would like it so it matches up the staffID selection in the combobox on the form with the record on the tblBreakdown and then only updates the OfficeID and MailboxID for that row please.
An example database is attached to show what I have done.
Thanks for your help,
Dom
I was wondering what would be the best way of updating only a specific row in a table with new data from a form combobox?
Currently I have a query that updates the OfficeID and MailboxID in tblBreakdown to what ever has been selected in the corresponding comboboxes on frmMailboxAssignment. Trouble is this updates all the ID's for every record in tblBreakdown.
I would like it so it matches up the staffID selection in the combobox on the form with the record on the tblBreakdown and then only updates the OfficeID and MailboxID for that row please.
An example database is attached to show what I have done.
Thanks for your help,
Dom