P Paul Feb 7, 2010 #1 Is there a way to capture the name of the currently active form in VBA? Thanks in advance, Paul
T Tom van Stiphout Feb 7, 2010 #2 On Sat, 6 Feb 2010 18:23:47 -0800, "Paul" <[email protected]> wrote: Did you try Screen.ActiveForm.Name? -Tom. Microsoft Access MVP
On Sat, 6 Feb 2010 18:23:47 -0800, "Paul" <[email protected]> wrote: Did you try Screen.ActiveForm.Name? -Tom. Microsoft Access MVP
D Daniel Pineault Feb 7, 2010 #4 One method is: Screen.ActiveForm.Name -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.
One method is: Screen.ActiveForm.Name -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.