D
Dave
I am probably overlooking something stupid here but, I need to pull a value
from a table when a form is not open?
Dim InternalEmail As String
InternalEmail = Forms!frmCommitteeEmail!DMEmail
this gives an error if the form frmCommitteeEmail is not already open. I am
pretty sure that is the problem because if I add code to first open the form
it works fine.
Any help here will be appreciated.
Thanks in advance
from a table when a form is not open?
Dim InternalEmail As String
InternalEmail = Forms!frmCommitteeEmail!DMEmail
this gives an error if the form frmCommitteeEmail is not already open. I am
pretty sure that is the problem because if I add code to first open the form
it works fine.
Any help here will be appreciated.
Thanks in advance