Search results

  1. K

    Create excel object in access issue

    Hi could someone explain the difference between creating instance of excel in access Dim xlApp As Excel.Application Set xlApp = CreateObject("Excel.Application") The above produced run time errors when running my code within access when opening excel files for example this method is not...
  2. K

    tables and relationships stucture

    Hi, At the moment am working on the structure for a planning database. I have attached image of the structure so far. The problem is that I want to capture the user which is the planning team actions. So if they amend or add for example a holiday I can track who in the team action the request...
Back
Top Bottom