Search results

  1. L

    Need to improve running average function

    Hi everyone, I got the following function from the microsoft support site (http://support.microsoft.com/default.aspx?scid=kb;en-us;Q210138 ). Function MovAvg(Region As String, MPG As String, startDate As Date, Period As Integer) Dim rst As DAO.Recordset Dim sql As String Dim ma As...
  2. L

    Incorrect format in datasheet

    I have a chart that shows a bunch of percentage values at different periods in time, nothing special. However, when I add a datasheet the values are regular numbers instead of percentages. I have changed the format in the datasheet (which corrects the values in design mode, but not in preview)...
  3. L

    Treeview problem

    Hey everyone, I have a treeview control which is based on a table. For some reason it won't fill properly, it doesn't add the nodes under the correct parent. If someone could look at the attached file and help me out I'd appreciate it. Lucas
Back
Top Bottom