What is wrong with this macro please:
SetValue
Item=[Forms]![frmEmployee]![TrainingID]
Expression='SELECT tblTraining.ID, tblTraining.Description FROM tblTraining WHERE (((tblTraining.JobTitle.Value)=[Forms]![frmEmployee]![JobTitle])) ORDER BY tblTraining.Description'
When I run this, i receive message that says... 'Cannot perform this operation' and when i press help on this box it shows me Error 3032. What am i doing wrong please??
Thanks.
SetValue
Item=[Forms]![frmEmployee]![TrainingID]
Expression='SELECT tblTraining.ID, tblTraining.Description FROM tblTraining WHERE (((tblTraining.JobTitle.Value)=[Forms]![frmEmployee]![JobTitle])) ORDER BY tblTraining.Description'
When I run this, i receive message that says... 'Cannot perform this operation' and when i press help on this box it shows me Error 3032. What am i doing wrong please??
Thanks.