Search results

  1. S

    Hiding the main MS Access program window

    I currently have a datasheet form created, but with how the code is written, it doesn't allow it to show. Only modification I made to the original code for Forms is as follows: loX = apiShowWindow(hWndAccessApp, SW_HIDE). I am pretty sure it has something to do with the view: datasheet (in...
  2. S

    Hiding the main MS Access program window

    Hi All, I am need of some assistance, in the attached code. How do you handle a 'datasheet?' I understand the form piece, but I am having issues allowing a datasheet to pop up too. Any assistance would be greatly appreciated. I am utilizing MS Access 2010. Thank you in advance. Scott
Back
Top Bottom