L
Lee Taylor-Vaughan
Hi group,
I am trying to open a form by clicking on a record in a list box from on one
form. Once the record has been double-clicked that record is displayed on a
separate form.
under the double click event of the list box i have selected the
docmd.openform "frmName", critieria etc... to open the requested form;
however, when i double-click a record the form opens with blank record,
despite the 'where' clause in the docmd.openform statement. the big snag is
that if i double-click the record if the other form is in design vier then
it displays the correct record
This has be totally stumped... What do you think would cause this?
Please post your response so all can benefit...
thanks
Lee
I am trying to open a form by clicking on a record in a list box from on one
form. Once the record has been double-clicked that record is displayed on a
separate form.
under the double click event of the list box i have selected the
docmd.openform "frmName", critieria etc... to open the requested form;
however, when i double-click a record the form opens with blank record,
despite the 'where' clause in the docmd.openform statement. the big snag is
that if i double-click the record if the other form is in design vier then
it displays the correct record
This has be totally stumped... What do you think would cause this?
Please post your response so all can benefit...
thanks
Lee