How can I check a record to be inactive

F

Frank Situmorang

Hello,

Is there any sample of a database which shows a form that we can select to a
record to be inactive, sample household talbe, there are some housae holds
who are dormat, so I want to inactivate it.

But anyway since I linked house hold address to members table, and I want to
say that I can only inactivate household if all family members is already
with a status of inactive.

Thanks for anyhelp
 
A

Arvin Meyer [MVP]

Frank Situmorang said:
Hello,

Is there any sample of a database which shows a form that we can select to
a
record to be inactive, sample household talbe, there are some housae holds
who are dormat, so I want to inactivate it.

But anyway since I linked house hold address to members table, and I want
to
say that I can only inactivate household if all family members is already
with a status of inactive.

Add a Boolean (Yes/No) field named Active.

Change the queries that are the recordsource of your forms and reports by
adding to field, and setting the criteria to True, or -1
 

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

Top