Search results

  1. M

    Allowing selection of null from combobox

    Hi All, I didn't want to start a new thread but I could use some help with an issue I've been facing. I have a combo box in a form that filters a subform based on a field called Status. I am currently using a table that stores each status for the combo box selection. Since the status field is...
  2. M

    Run Time 3021 No Current record found

    Hello, I've inherited a database and I have been struggling for weeks to find a solution to the run time 3021 - no current record I've been receiving. The code is below. Any help is gladly appreciated. Dim MyDB As Database Dim MyRS As Recordset Dim Reading1 As Double...
  3. M

    Counting distinct values in a filtered subform

    Hi, I am a novice and have been searching to no avail for a solution to my problem. I have a main form and a subform (datasheet view) of a table. In my main form I have various calculations which calculates the data from the subform (when auto-filtered). What I am trying to do is count the...
Top Bottom