Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

De-reference private variables

Status
Not open for further replies.

Syerston

Programmer
Jun 2, 2001
142
GB
Is there a quick way to de-reference all private variables on a form without having to call them individually, or unload the form. John
 
Only if you create User define Type variables.
Then you can reset them all in one or two lines of code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top