Search results

  1. B

    Form not saving record

    Hi, I have a form used for data entry and saving records to a table. The user enters various data into text boxes and makes a few selection based on comboboxes. It works great, however if they select one particular option in the combobox it just doesn't save the record. The combobox is based on...
  2. B

    Set ComboBox Default Value

    Alright - so I need to know if what I want to do is even possible or not. I have a form with a ComboBox. The ComboBox is populated with information from a table. Currently, we are not collecting the information for this ComboBox - so I want the default value of the ComboBox to be "N/A" (which...
  3. B

    Runtime Error 13 Type Mismatch

    Hi, I am pretty new to VBA and am trying to do a lookup. I am getting a Runtime Error 13 Type Mismatch for the following line of code: Me.sf_LabelView!txtLabel.value = DLookup("[Label]", "[tbl_LabelsUsed]", "[Individual_Id] = '" & IndividualId & "'" And "[Use_Id] = 1" And "[Type] = 1") Am I...
Back
Top Bottom