• Zoom box problem

    From Peter Jason@21:1/5 to All on Sat Mar 20 15:54:34 2021
    I have upgraded from Access2010 to Microsoft365.

    In my invoice subform, called "invoice lines", there is a text field
    which on entering executes the following code...

    ****
    Option Compare Database

    Private Sub FreeTyping_Enter()

    DoCmd.RunCommand acCmdZoomBox

    End Sub

    Private Sub ProdID_AfterUpdate()

    ItemPrice = ProdID.Column(3)

    ***


    In the Access2010 this zoom box had fixed size, but now in MSoft365
    this code throws up zoomboxes that vary in size on each instance.

    Can I just fix the size of the Zoom Box by adjusting the above code?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)