Search results

  1. J

    Add item to combo box list

    When I have the LimitToList = no, I don't get any error messages and it doesn't add the item to the list. If I have LimitToList = yes, I get an syntax error on the line Response = acDateErrContinue and it still doesn't add it to the list.
  2. J

    Add -1 to existing text in a text box

    I have a sales order form with a text box containing the sales order number. At the bottom of the form I have a button to open a second instance of the sales order form. On the second instance of the sales order form, I have a locked text box which carries over the original sales order number...
  3. J

    Add item to combo box list

    I have a combo box based on a Table/Query. I want to add an item to the existing list so next time the form is open, the new item will be available from the list. I have added the following code to the NotInList event but keep getting an error message saying 'The text you entered isn't an...
Back
Top Bottom