News

Learn how to reference subforms and controls from the main form by using the dot and bang characters properly.
Hey. I've got a form with a subform in it. This subform is a continuous datasheet where users can enter updates to the main problem this form is dealing with. As I scroll up or down in that ...
If users need to access data that is not on their forms, you could add a subform; or, you can add a command button that, when clicked, will pop open the form that contains the necessary data. Find ...