Search results

  1. S

    Can't find the '|' in your expression

    If you are using any quotation marks, check those. I have found this problem if I do my code in Word and then cut and paste back into Access. To fix it, just delete and re-type the quotation marks in Access. sarah
  2. S

    Error: "To make changes to this field, first save the record."

    Here is the code for the 4 comboboxes that I am having trouble with. Just to let you know, there is a 5th combobox that has similar AfterUpdate code, but is not causing a problem. Combobox1 - cboEmplStatus: SELECT tblEmployeeStatus.StatusCode, tblEmployeeStatus.StatusDescr FROM...
  3. S

    Error: "To make changes to this field, first save the record."

    I have several combo-boxes on my form that give me the following error: "To make changes to this field, first save the record." This error only occurs when trying to change the value of the combo-box the second time within the same record. If I then save the record, and make the change to the...
Back
Top Bottom