Search results

  1. S

    After Update Field Not Working

    I have premisis information and contact information and want the premisis information to automatically default into the contact text boxes. This is working well for all fields, but the State field. I've attached the code. What am I doing wrong? Private Sub Contact_Last_Name_AfterUpdate()...
  2. S

    Combo box options controlled by textbox selection

    I need to create a combo box whose drop-down options are controlled by what is selected in a preceding textbox. How do I set this up? Specifically, I need for state-specific county FIPS codes to appear in the drop-down list of the combo box when a specific state is selected in a state textbox...
  3. S

    Changing the table source to which a field is bound

    I have created a data entry form in which all the fields are bound to fields in one table. However, I have been informed that some of the fields in the table actually belong in a separate table, which I have now created. The properties of the fields in the second table are identical to those...
Back
Top Bottom