Search results

  1. S

    Error 13 Type mismatch

    To one and all, Thanks in advance for helping me. I have tried to lookup this answer, using error 13 and type mismatch, but to no avail and am sure it is easy but for the life of me cannot work it out. I have the following part of code in a module:- Sub CreateNewTableFromTextboxes(frm As...
  2. S

    Cylce through report records

    I have a report that is grouped according to Policy no.s In these groups are values. What I am trying to do within each group is show the percentage difference from the previous value to the next one. I have tried adding vb code to cycle throught he records but it cannot get passed the first...
  3. S

    Addnew rounding up numbers

    I am opening a recordset and then running the code below. This code runs fine apart from the fact that it is rounding up and figures that have decimal places. ie 2.6 becomes 3 in the table and cannot be changed back to 2.6. The only way is too set the properties of the table field to text which...
  4. S

    User selecting printer

    I have set a form up that reads all of the printers available on my network and puts them into a list box. Then the user selects the printer they want to print to and clicks the print button. The idea is to allow me to test if someone is printing to a pdf file and if they are, asking them if...
Top Bottom