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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top