Search results

  1. K

    Help with Runtime Error 3075

    Can someone help me with my Runtime Error 3075? I have attached a copy of my database. I am trying to make a calendar form with the list boxes having two columns. It works fine with the strFieldID and strFieldName but when I try adding the strDone I run into the error. Thanks in advance for...
  2. K

    Help with Calendar

    I have a database with a calendar form that keeps up with a schedule of maintenance on units. I would like for the item in the calendar to show up a different color when I click that it is completed in the frmPMSchedule. I have uploaded the file so you can see what I am working with. If...
  3. K

    Help with Like Statement in VBA

    I am having trouble with the correct syntax in the line that is using the Like statement. Here is the complete function. If someone could help me I would greatly appreciate it. Function BuildSQLString(sSQL As String) As Boolean Dim sSELECT As String Dim sFROM As String Dim sWHERE As String...
  4. K

    Need help doing calculations on fields in one table and storing the totals in another

    I am working on a project working with valve recession readings. I have a table that I am inputting the valve readings in. I have another table that has the original valve readings which I need to use to calculate the total recession of the valves and store that value in another table. 1. I...
Back
Top Bottom