Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Zoom box problem

39 views
Skip to first unread message

Peter Jason

unread,
Mar 20, 2021, 12:54:43 AM3/20/21
to
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?


0 new messages