Search results

  1. M

    Concatenate with superscript

    I am trying to concatenate two cells, one of which has a superscripted number in front as part of a footnote. Is there anyway to keep a superscripted number in a concatenated cell? I already tried hardcoding the number into the formula and editing it, but that does not work.
  2. M

    Do command to open a form

    I have set a string equal to sql to match records to pull down menus. This works fine and I am able to get a record count, but I want to run this and have the records meeting these criteria open in a form. I figured I could use a Docmd. to achieve this, but am not having any luck. Any...
  3. M

    Adding two strings together

    I am very new to VBA. I am trying to add the two statements below together and get a record count when the two criteria are met. I tried to use an if and statement, but had no luck. Does anyone have any suggestions on how to put these two statements together. Dim db As DAO.Database Set db =...
Back
Top Bottom