R
rob p
One field in my main table is delete - yes / no type. I made a query
including that field so I could use delete as a filter for a report.
I want my report to have the option of printing ALLrecords or ONLY THOSE NOT
deleted. How do I code this in criteria for "delete". I found out 0 will
give me all not checked. I can't get all including checked. And having to
put in 0 or -1 seems crude. Isn't there a more user friendly way of working
with Yes/No parameter?
thanks.
including that field so I could use delete as a filter for a report.
I want my report to have the option of printing ALLrecords or ONLY THOSE NOT
deleted. How do I code this in criteria for "delete". I found out 0 will
give me all not checked. I can't get all including checked. And having to
put in 0 or -1 seems crude. Isn't there a more user friendly way of working
with Yes/No parameter?
thanks.