R
Rli
I have a form to show fields of one record of a query. On this form there are
next_record en previous_record buttons.
On this form i also have a unbound list box based on a query (the same one
as the form itself) showing more than one record of that query at a time.
When i open this form normally i can click on any shown record in the
unbound list box and perform a action.
When i open the form with:
DoCmd.OpenForm "Formname", acNormal, "", "", acReadOnly, acNormal
the form opens read only and i can click on any field except for the unbound
list box.
The list box shows the records but i cannot click on any of them.....
Is there a solution to make the field clickable in Read only mode?
thanks for any idea
next_record en previous_record buttons.
On this form i also have a unbound list box based on a query (the same one
as the form itself) showing more than one record of that query at a time.
When i open this form normally i can click on any shown record in the
unbound list box and perform a action.
When i open the form with:
DoCmd.OpenForm "Formname", acNormal, "", "", acReadOnly, acNormal
the form opens read only and i can click on any field except for the unbound
list box.
The list box shows the records but i cannot click on any of them.....
Is there a solution to make the field clickable in Read only mode?
thanks for any idea