Search results

  1. C

    I had to reformat my laptop and...

    I did save my Access Database3.accdb and all of its forms. When I reinstalled MS Office 7, the following code did not work properly or at all. This code Private Sub Form_load() Go.Visible = False Nextbtn.Visible = False Fldname.Visible = False SearchVal.Visible = False End Sub Private Sub...
  2. C

    Builiding a custom Zoom Box to display a large amount of data...

    05 - we are only trying to help you. Your original post said ...I am trying to used Dcrake's method to display data in a zoom box. The first part of the code works perfectly, however when trying to get the data from my source control to my Zoom form, I get a compile error. Could someone...
  3. C

    Builiding a custom Zoom Box to display a large amount of data...

    Hi David. Thanks for making such a diligent effort to help this guy. I don't know why he's having so much trouble. As I mentioned in my reply back to you, the simple code you sent to me for creating a custom zoom form works perfectly every time, as it should. I used all of your variable...
  4. C

    Builiding a custom Zoom Box to display a large amount of data...

    RE to DCrake: David - it works great! I went ahead and chose the single click event since this is a memo field and no editing will be done directly when a user arrives on this field. All editing of this field will be restricted to the zoom form which will pop up automatically. If I do run...
  5. C

    Builiding a custom Zoom Box to display a large amount of data...

    Putting another control on the calling form, especially a large text box creates too much clutter and makes my form too large. What I want is a separate custom form to display when a field is clicked. Would you know how to create a pop up form from a click or dblclick event that would...
  6. C

    Builiding a custom Zoom Box to display a large amount of data...

    Microsoft's built in zoom box allows viewing a large amount of data in a pop up dialog form. I don't like it's looks at all, so I want to do the same thing except using a slicker custom form, Form1. A single click or a double click on any field on Form1 opens the custom form, Zoom. Database3...
Back
Top Bottom