michelleHEC
Programmer
I have a program that has been working fine but just started to give me an error at the point of showing a form... here is the code.
If answer = pass Then
Dim frmPC As New frmPayRollCorrect()
frmPC.MdiParent = Me.MdiParent
Me.Hide()
frmPC.Show()(right here is where it is thrown out...)
thank you for any help you can give.
Michelle
If answer = pass Then
Dim frmPC As New frmPayRollCorrect()
frmPC.MdiParent = Me.MdiParent
Me.Hide()
frmPC.Show()(right here is where it is thrown out...)
thank you for any help you can give.
Michelle