I'm using just one form to preview certain records when queued. When a
recordset changes, how do I get the form heading(label) to change to
reflect the current new set of records??
If I can change the heading each time the recordset changes, then I can
only use the one(1) form.
Thanks,
Richard
Marshall Barton - 27 Apr 2005 23:45 GMT
>I'm using just one form to preview certain records when queued. When a
>recordset changes, how do I get the form heading(label) to change to
>reflect the current new set of records??
>
>If I can change the heading each time the recordset changes, then I can
>only use the one(1) form.
Just set the lable's Caption property whenever you change
the form's RecordSource or Filter property.

Signature
Marsh
MVP [MS Access]