Search results

  1. L

    CreateEventProc - How to hide VBE ?

    Where ever, I use CreateEventProc in my Access-2003"Forms code module", its open up the VBE Window. How can I hide VBE IDE so that focus is set to the form from where I am running code ? Thanks
  2. L

    Report Module Help !!

    Private Sub cmdExecute_Click() Dim strOrderBy As String Dim strWhere As String Dim strfrom As String Dim strSelect As String Dim strSQL As String Dim ctl As Control Dim memjoin As Boolean Dim lngReturn As Long Set objaccess =...
  3. L

    Report Module Help !!

    I did but everytime i use CreateEventProc the code would show again !!!
  4. L

    Report Module Help !!

    Hi All, I have a problem/bug and i cant fix it. I have 2 Access Application, Main App and another Access DB to create and save reports from the Main App. I use the CreateEventProc to create the report module from the Main App. I'm running the mde for the Main App, and when i do that the code...
  5. L

    Module Help

    i did check the box for hidden objects but it doesnt work. When i create the module for the report using CreateEventProc the module is visible, the user can close it and everything would work fine but it's annouing and i dont want the user to be able to view the code for the module
  6. L

    Report Code Help !!

    Hi All, I'm creating a report in access mdb from another mdb file. I'm using the CreateEventProc. When I use this procedure the VB code section of the module appear to the user and I'm not able to hide it. Any suggestions !! Thanks
  7. L

    Module Help

    Hi All, I'm creating a report in access mdb from another mdb file. I'm using the CreateEventProc. When I use this procedure the VB code section of the module appear to the user and I'm not able to hide it. Any suggestions !! Thanks
Back
Top Bottom