C
Carl Howarth
Hello,
I think I'm being a bit daft but I have an app with 2 forms.... I select a
record from the first form which opens a new window and shows the record
which can then be updated.
Once updated I want the second form to close and the first form to be
updated. I have a sub procedure on the first form (Public) that I want to
call prior to closing the second form, and it won't let me simply do
frName.Procedure().... as I would expect...
Help! I know it should be so simple but am not getting any joy!
Thanks in advance,
Carl Howarth
I think I'm being a bit daft but I have an app with 2 forms.... I select a
record from the first form which opens a new window and shows the record
which can then be updated.
Once updated I want the second form to close and the first form to be
updated. I have a sub procedure on the first form (Public) that I want to
call prior to closing the second form, and it won't let me simply do
frName.Procedure().... as I would expect...
Help! I know it should be so simple but am not getting any joy!
Thanks in advance,
Carl Howarth