![]() |
PROJECT PERFECT Project Management Software Specialists in Project Infrastructure |
|
Home - Microsoft Access Development - Microsoft Access Tips Sample Microsoft Access VBAGeneric function to decide if a Form is openThe following are some samples of VBA code that may prove useful. Another generic function that tells you if a form is open. If the form name was frmMyForm you would call it using something like: If funIsLoadedForm("frmMyForm") = True then Do whatever you have to do End If
|
|---|