G
Guest
I have two forms "Form A" and "Form B". Form A, has a command button that call "Form B" and closes "Form A". I need to store the current Record on "Form A" and then when I return from "Form B" I need to return to that record that I left. Remember: I closed "Form A", so I lose the record pointer. Is this possible?