|
||||||
|
Popup Over Control By Richard Rost ![]() ![]() Popup Form Over Active Control with Return Value In this Microsoft Access tutorial I will show you how to open a modal pop-up form directly over the active control on your form and position it accurately, making it easy to update fields like Last Name or Country. We will use VBA to capture which control was clicked, calculate its position, and open a custom modal form in that exact spot. You will also see how to pass a value from the clicked control to the pop-up form for editing. This is part 1. Sandra from Norfork, Arkansas (a Platinum Member) asks: Could you show how to open a modal popup form above a specific control? I'm trying to use your popup calendar date picker and it would be nice if it opened on top of the date field. PrerequisitesRecommended CoursesUp Next
Keywords
TechHelp Access, open modal form over control, pop-up form position active control, return value to calling control, date picker modal form, form MoveSize to x-y coordinates, ActiveControl VBA example, WindowLeft and WindowTop usage, reusable pop-up form function, TempVars demo, On Click event pop-up, MyModalF sample form, developer-level modal forms, form Left and Top properties, transfer form value VBA, pop-up over fields, navigation buttons modal off, max min buttons modal off, set ActiveForm ActiveControl, pop-up for subform field
|
||||||||||||||||||||
| |||
Keywords: TechHelp Access, open modal form over control, pop-up form position active control, return value to calling control, date picker modal form, form MoveSize to x-y coordinates, ActiveControl VBA example, WindowLeft and WindowTop usage, reusable pop-up form PermaLink Popup Over Control in Microsoft Access |