Search results

  1. C

    VBA to Unbound to Query value failure

    For context, I am referring to Navy students on a Naval Intel base just out of boot camp who need to earn their expanded liberty. The higher the phase they are in, the more liberty they get. Now... I coded a way to determine what liberty phase my students are in VBA. I created a query to...
  2. C

    DLookup issue for previous row only data

    Simply put, I am trying to pull the data from the previous record / row only in a continuous form for a dive log to keep tabs on total bottom times. All I am doing is pulling the "new total bottom time" from the previous record in to the "old total bottom time" of the current record in order to...
  3. C

    Error 2115 from Search Box after Changes

    I have an unbound text box with a search button running a macro "applyfilter," and in the "Where Condition =" I have the following; [lastname] & [firstname] & [rate] & [rank] & [notes] & [workarea] & [badge] Like "*" & [Forms]![N91 RECORDS]![Text128] & "*" Now, in the form, if I open it up I...
Back
Top Bottom