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 is where my existing Table1 and the existing form I would like to customize with the new zoom box are located.
Zoom would have a large memo field to display the data. Users can add or change data and when the OK button is clicked on Zoom, the updated field data is saved for that field.
Does anyone know how to do this so I can copy the code into my existing form, or create a new one with this functionality?
Thanks for all your help
CR
Database3 is where my existing Table1 and the existing form I would like to customize with the new zoom box are located.
Zoom would have a large memo field to display the data. Users can add or change data and when the OK button is clicked on Zoom, the updated field data is saved for that field.
Does anyone know how to do this so I can copy the code into my existing form, or create a new one with this functionality?
Thanks for all your help
CR