D
DubboPete
Hi all,
I want to be able to check if a form is open, aka 'IsLoaded', but I don't
know how to create the basic function.
This is the (dodgy) code I want to use in A97, and I need to create the
function cos it tells me that sub or function not defined etc:
If IsLoaded(Forms!ActivityReport) Then
Forms!ActivityReport.Visible = False
End If
but I don't know how to create the function!!! I guess this is simple to
some people, but I have never had a need to implement it before now, and I
aint got a clue.
Those module things are scary, so I stay away from that area.......
thanks in advance
DubboPete
I want to be able to check if a form is open, aka 'IsLoaded', but I don't
know how to create the basic function.
This is the (dodgy) code I want to use in A97, and I need to create the
function cos it tells me that sub or function not defined etc:
If IsLoaded(Forms!ActivityReport) Then
Forms!ActivityReport.Visible = False
End If
but I don't know how to create the function!!! I guess this is simple to
some people, but I have never had a need to implement it before now, and I
aint got a clue.
Those module things are scary, so I stay away from that area.......
thanks in advance
DubboPete