Recent content by kgraue

  1. K

    Hiding the access background window

    Thanks DJkarl for the help. This works great and it is just what I was looking for. Kevin
  2. K

    Hiding the access background window

    Got it...somewhat Ok, so for everyone watching this post to see if there finally was a solution i think DJkarl got the closest. It seems like any method you use to try and hide the access window you are always going to have a part of your database that "isn't that likable." I say that because...
  3. K

    Hiding the access background window

    Nevermind I figured it out. It was hWndAccessApp. Sorry. Kevin
  4. K

    Hiding the access background window

    DJkarl, What do I pass to MoveWindow for hwnd? I remember seeing somewhere what I should use here if I want to move the main access window, but I can't remember what it was. Do you know? Thanks. Kevin
  5. K

    Hiding the access background window

    Yes, my switchboard is set to Popup and Modal. If you set Popup to 'No' then you won't see it on load if you are hiding the access window using the DoCmd.RunCommand acCmdAppMinimize method. I can get the Popup toolbars to work if I use the API method of hiding the window, but I can't see it in...
  6. K

    Hiding the access background window

    Not quite what I wanted... Thank you for the reply. That works like you described, but with the popup menus that I am using on my switchboard that method won't work. Here is an example of what my switchboard looks like... I am currently using the API method that you can find on Dev Ashish's...
  7. K

    Hiding the access background window

    If anyone could answer this question (first post above), that is the answer I am looking for. I have looked all over for the code the hide the access window, but still display the taskbar so the user can see they have the application open if other applications are open as well. Thanks in...
  8. K

    FE/BE, MDE, What should I use?

    It is called eRoom. The document I will be sharing is the BE database with all of the data in it. I'm not quite sure how eRoom stores the data. I will have to look into that. This is where the BE database is stored so the ability to transfer data from any FE database to the BE database (on...
  9. K

    FE/BE, MDE, What should I use?

    Thanks guys for replying. I think I just need to try it out with our document sharing client and see what happens. My only fear is the BE database. Since that is going to be the file that in on the document sharing client we use I'm worried that the data from the FE databases won't be sent the...
  10. K

    FE/BE, MDE, What should I use?

    Thank you for the reply boblarson. I think based on what you said it would make sense to use a FE/BE database. I think that there is going to be around 10 people using this database. That means I would have 10 FE databases (one for each user on their computers) and 1 BE database on our file...
  11. K

    FE/BE, MDE, What should I use?

    I have been searching this forum for a few months now and the information has been really useful. Thank you to everyone who provides input on this forum. I have searched for FE/BE and MDE threads on here and a few of them have been useful, but they are only useful if you know that you are going...
  12. K

    Calendar form

    Calendar with multiple entries longer than one day I think I will be able to use this calendar a great deal but it would be nice if I could enter more than one entry for each day. I also want to have something that could last more than one day. These items would use a start date and end date...
Back
Top Bottom