It is this non-updateable query thing which I do not understandy why.
UPDATE tblApplicants INNER JOIN [qryWaiting for interview] ON tblApplicants.AppNo = [qryWaiting for interview].AppNo SET tblApplicants.[Date Chair Chased] = Date();
I would really appreciate it if somebody could tell me what was wrong with this.
Dave
UPDATE tblApplicants INNER JOIN [qryWaiting for interview] ON tblApplicants.AppNo = [qryWaiting for interview].AppNo SET tblApplicants.[Date Chair Chased] = Date();
I would really appreciate it if somebody could tell me what was wrong with this.
Dave