Search results

  1. N

    Command Button Problem

    Thanks a lot! That answers my question. That F1 trick is proving very handy now. Thanks
  2. N

    Open Form Parameter

    That parameter problem is now solved. Thanks a lot! Any ideas on the how to keep the other form open all the time or to have it reopen everytime I double-click? If it gets closed it gives errors every time you flip between records. I have to manually re-open it everytime. Thanks again!
  3. N

    Open Form Parameter

    It got rid of the parameter problem, but now it says "The OpenForm action was canceled""Runtime Error 2501" Any ideas?
  4. N

    Command Button Problem

    Hello again, I'm sorry to make so many requests all of a sudden, but I'm not well trained in access and was put in charge of making major modifications to our system. I need the code for the event procedure to make a command button change the size mode of an image box to zoom. I also want to...
  5. N

    Security

    Security Docs Any chance I could get a copy of those too, I'm having a similar problem. My e-mail is genealogy@norfolklore.com Thank a lot!!!
  6. N

    Open Form Parameter

    Also: Is there a way to keep my large image form open or to have it reopen when I double-click the image box. Here is the event procedure for the image box: Private Sub ImageDisplay_DblClick(Cancel As Integer) Dim identity As String Dim destination As String destination =...
  7. N

    Open Form Parameter

    I've run into a strange problem. I'm trying to have an image box that you can double click and it will open a different form with a full sized image. When I open my form with the larger image, it asks me for a Parameter Value. Is there any way to stop it from asking me for that? Also, what...
  8. N

    Browse button

    Awesome Hey thanks a lot! That solved that problem. Now it highlights OpenDialog and gives the same message. (yes I did borrow this code, with permission from the author) Thank again!
  9. N

    Browse button

    Hello all: I'm trying to create a browse button in MS Access. Here is the code I've used so far: Private Sub ImgBrowse_Click() Dim OFN As OPENFILENAME On Error GoTo Err_cmdInsertPic_Click ' Set options for dialog box. With OFN .lpstrTitle =...
Back
Top Bottom