Search results

  1. D

    Change color of bar on report chart

    Hello everyone, I have not been a programmer in over 7 years but have been given an assignment to create an access routine to create a report with a chart. The chart will serve as somewhat of a dashboard. I need the bars of the chart to change color depending on how well or poorly the department...
  2. D

    Problem writing to server

    I have an access database version 2003 that when I run it locally, it runs fine, but when I attach it to live on the server it will not write the records. I have set a boolean return on my sub routines and they are coming back without any errors, but the darn thing will not write the records. I...
  3. D

    VBA Function Instr?

    Hello, I have not coded in sometime, but need to find how many occurences of 1 character happen within one field. Example: The contents of Field1 = V20.2, 786.50, 250.02, V06.8 Is there a function that I could use to tell me that there are 3 ',' in that field. Something like VBAFunction(1...
  4. D

    Filter Form problem

    Hello All, I have a form that has several (3) subforms attached to it. I have another form to add new records. I then filter the previous form with the PK from the other form. This worked for several years, but now what is happening is the main form, with the subforms loses all its controls...
Back
Top Bottom