Search results

  1. 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...
  2. 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...
  3. 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