Search results

  1. M

    Coding Help please

    Hi all I am having issues with some coding and i was wondering if i am doing it right. Here is a copy of the code that i am doing: Public Sub ExportToWord() Dim wApp As Word.Application Dim wDoc As Word.Document Dim rsReports As DAO.Recordset Set wApp = New...
  2. M

    Please help - Import Macro

    Hi all, Thanks in advance for reading this question: I have been trying to import data from a workbook with multiple spreadsheets into my front end database which is connected to a Web app back end (Access Web App) on SharePoint (Office 365).:banghead: All the tables are linked and there are...
  3. M

    Newbie trying to create a macro that will import from Excel

    Hi all I am a newbie ( well sort of been a long time since i did any macros or programming ) i have a problem that i need some help with. I am trying to create a macro that will import worksheets and place them into a table. I have been trying for a while so i thought that i will ask. The...
  4. M

    adding data from form to another table with check box yes/no

    Hi all I am trying to add information from a form created on table A to a table called Issues if a check box is ticked. I have tried the following code: Private Sub Issues_Click() Dim strSQL As String strSQL = "INSERT INTO Issues [(field1[, field2[, …]])] VALUES...
  5. M

    New User from Australia

    Hi all, Just trying to get myself back into Access programming, been out of it for a long time and needing some refreshing lol I run an IT Support firm in Queensland Australia. Looking forward to garnering as much info as my brains can handle lol MITSupport
Top Bottom