Search results

  1. C

    Visibility issues with a button.

    Thank you very much for your help, it works like a charm now!
  2. C

    Visibility issues with a button.

    I'm getting and error when I attempt to change the visible properties on a certain button. I need the button to add some records and then disappear when there are no more to add. After I have added the records to a different list box (deleting them from the original), I run a sub routine that...
  3. C

    Adding Records to a table

    I found that if I use three sets of quotation marks everything works fine. i.e. )=""" & Lingua & """));")
  4. C

    Adding Records to a table

    I'm having a problem adding some records to a table. I have pass a recordset to a subroutine which then finds which codes are included in a field of this recordset. I have if then statements that are checking this. Based on wether the code exists or not, I need to add some information from a...
  5. C

    Opening Excel Workbook

    I am trying to open a certain Excel workbook. I have written code that lets me know which directory the workbook is contained in. The file name is then stored in a variable. I want to open Excel and have it open this workbook using the variable. I am running into problems getting the...
Back
Top Bottom