Forms

  • Thread starter Thread starter Suresh62
  • Start date Start date
S

Suresh62

Can somebody help me on this please,am a beginner to programming.

I have two multiselect listbox for filtering report and printing it.After
printing it i want to flag the record in table and when the form is loaded
again it shouldnot show the flagged records.

I could do upto printing but i donot know how to update table and filter form
again.
 
After printing you need to run an update query to update your table to set
the flag.
When the form is initially loaded, you will have to run an update query to
reset all the flags. What is the purpose of maintaining these flags?

-Dorian
 
Back
Top