Search results

  1. P

    Recordset Fieldname Manipulation

    Hi There I use code like the following to create virtual recordsets in my modules that allows me to manipulate data very easily and make my database very versatile. ================================================= Set BOMdb = DBEngine.Workspaces(0).Databases(0) Set Monthset =...
  2. P

    Opening & Closing a Browser from a module

    Hi there I have created a database that I use to auto sms customers. To do this at present I use office automation and create an Excel Application Set appExcel = GetObject(, "Excel.Application") I use this to open an Excel Workbook and run a macro within it to send info to the sms gateway...
Back
Top Bottom