wordpress statistics
  • Today is Monday, February 6, 2012

5 Responses to “Edit Data in Zoom-In Control”

  1. Steven Gilley says:

    Although I like the idea, the Zoom.mdb (http://www.msaccesstips.com/2007/08/edit-data-in-zoom-in-control/) seems to have severe limitations. After entering a certain amount of data in the zoombox, closing it causes all the changes to be lost if the active control is a memo field. If I enter just a little new data, it keeps it. Why is this? I thought a string could hold up to 65k characters.

  2. Hi Steven,

    Thank you for pointing out the Error. Please make a small change in the following line in

    Function CloseZoom()

    Screen.ActiveControl.Text = vartxtZoom

    change to

    Screen.ActiveControl.Value = vartxtZoom

    Please try it out after the change and give me a feed back, if you don’t mind.

    Regards,
    a.p.r. pillai

  3. RL Narayan says:

    Reg: Edit Data in Zoom Control.

    Using Shift+F2 will anyhow zoom any control. Would appreciate your comment in what way your procedure is better than Shift+F2.

    RL Narayan

  4. a.p.r.pillai says:

    The article reveals the Programming aspect of this control and the same goes for Repairing Compacting Database topic and others given below.

     

    repairing compacting database with vba

     

    working with chart object in vba

     

    custom made form wizard

     

    custom-report-wizard

     

    The contents of this site are intended to be more than a basic tutorial guide.

     

    Thanks,

     

  5. chris meier says:

    If you are using the runtime of access the zoom function is not included. So you have to do it with code.
    i was searching because i have an example for the zoom function, but i am searching for code which does sub and subsub forms also …

    regards

Leave a Reply

You must be logged in to post a comment.