value of field setting to 1

J

Jason

I have a form_current code calling a procedure reopen(ID as long)

but after the form is opened and requeried the form is not updated with the
new information and ID is changed to 1 when the procedure was caleld with a
value of 8. This procedure is in the modules procedure so should not be
affected by the form that is closed, nor the form that is opened/requeried.

Thanks,
J.
 
J

Jason

Solved - It turns out I was requerying/opening the form I was closing not
the form I was intending to reopen.
 
Top