Search results

  1. I

    Question about the fine dialog box

    Question about the find dialog box Hi, I just upgraded and application from MS Access 2003 - 2010. In the old application they had the focus set to an textbox on the form that haled and ID field. Which I set up the same in the new application so when the form loads the box has the focus. In...
  2. I

    Trying to release a database lock

    To Beetle, Is that with splitting the database as well or without it?
  3. I

    Trying to release a database lock

    okay thanks
  4. I

    Trying to release a database lock

    Thanks for your fast reply. No, I did not think of that That you feel would prevent the locking?
  5. I

    Trying to release a database lock

    Hi, I just upgraded an application from 2003 to 2010, and put it on a 2008 server; and it is working great. However, the users are going to go in there and start testing it in a week or so. They told me that when they put it on the server before and multiple users tried using it, they would...
  6. I

    Hiding objects

    Thanks these help, but I need away, if possible, to hide the Ribbon but keep the Quick Access toolbar.
  7. I

    Hiding objects

    Hi, I am working in MS Access 2010 I found some basic code to hide the ribbon, and I could just go into options to do this too. However, either way I want to be able to hid the ribbon, and still keep the quick Access menu that is above it. I cannot find how to do this does anyone have any...
  8. I

    having troble with dlls in my app

    Sorry I did not get back to this until today, but to answer you questions: 1) I believe that it is an application server, and the reason that they want this is so many users can read and enter data t the same time. 2) There are no real error messages other then it stops at code that uses this...
  9. I

    Can not get form Timmer to work

    Yes that was it thanks. I cannot believe that I did not see it. Thank you
  10. I

    Can not get form Timmer to work

    No, and I even tried this in another form. I have the Me.TimerInterval = 10000 set and it still comes back with Timer not defined??
  11. I

    Can not get form Timmer to work

    I have a check box on the form and the idea is that if I do nothing the form will close, but if I click on the form it will set the check box to true and will not close the form. What I am looking to do is lets say a user in my application has one of four forms open, I and does noting I want to...
  12. I

    Can not get form Timmer to work

    Sorry, I am not sure what you mean here. To make this simple this all in the same form. Eventually, I am going to put this on other forms. Are you saying that this code has to be in another form? Thank you
  13. I

    Can not get form Timmer to work

    Hi, I am using MS Access 2010. I looked up how to set a timer. I want to set a timer for form inactivity, but before it even gets to my code it comes up with that Form_Timer() function is not define. what so I have to do to define this? Thank you My code: Private Sub Form_Timer() If...
  14. I

    having troble with dlls in my app

    Hi, I have and MS Access application that I upgraded from 2003 to 2010 on my local machine, and it works great. I then put it on a 2003 server with office 2003, and though this in an 2010 application that I copied there; it also works great, much to my surprise. However, in the end we want it...
  15. I

    How to create a Sub form Dynamicly

    Thanks for being patient with me, I got it to work. Thanks for all your help this is great.
  16. I

    How to create a Sub form Dynamicly

    Hi, So now I have this is this what you have? Private Sub SubFormControl_Click() Me.SubFormControl.Child1 = "frm_sub_Info1" End Sub because it is coming back Method or data member not found Thank you
  17. I

    How to create a Sub form Dynamicly

    thank you but I really would rather do something in dynamically loading subforms. Thank you
  18. I

    How to create a Sub form Dynamicly

    Hi, Thank you for your reply. Unfortunately I cannot download your app here at work. But I tried putting you code in the click event of a button that I am going to use to load the form and I got that message. This is my code: Private Sub CmdInfo1_Click() Me.SubFormControl.SourceObject =...
  19. I

    How to create a Sub form Dynamicly

    Hi this would be great but in MS access 2010 it is telling me that this does not exist "SourceObject " any thoughts as to what I can do?
  20. I

    How to create a Sub form Dynamicly

    Hi, I have been looking every where and I cannot find this. I need to create through code a subform on a main form. We have a main form that has textboxes that get populated with data on the top of the form and on the bottom of the form they want to be able to hit button and bring in any one...
Back
Top Bottom