Remove completed record from form

rhomer

Registered User.
Local time
Today, 23:31
Joined
Mar 14, 2002
Messages
18
I have a form with a checkbox that indicates whether or not a record has been completed. I need to remove the completed record and store it someplace for possible future retrieval. How do I go about doing this? And please, I'm a KISS person, eh?

Thanks
 
Use a query as the recordsource for the form. Use False in the criteria for the cvheckbox in the query, now only records not checked display but you still store and can access completed items. ie. dont remove just dont show it.
 

Users who are viewing this thread

Back
Top Bottom