Search results

  1. A

    DLookUp

    I created the following behind a field in a form DLookUp("[CMSRPhoneNumber]","[tbl:CM Sales Rep]","[CMSRName]='" & [frm:Main Table].[Combo134] & "'"). I have a table that contains two fields, Name and Phone Number. On a form, I have a combo box with a persons name listed from this table. I...
  2. A

    Date Calculation

    I need to create a field that will return a date based on a date field and a combo box ignoring weekends. Example - The combo box has a person's name. A date field has a contact date which a user would enter. Another field on a form would be for follow-up. I would select a person's name in...
Top Bottom