Form Heading Change

  • Thread starter Thread starter Richard Meir via AccessMonster.com
  • Start date Start date
R

Richard Meir via AccessMonster.com

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
 
Richard said:
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.
 
Back
Top