Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 Data Specific reports

Author  Topic 

LiquidFire
Starting Member

1 Post

Posted - 2004-02-09 : 22:03:22
Hey, I need some help reporting specific data I have entered into my MS access database. I have an entry labeled "Completed" and it is followed by a check box *checked if value = yes* I need to seperate the checked values from the non-checked values and display them in different reports, how can I do this?

Stoad
Freaky Yak Linguist

1983 Posts

Posted - 2004-02-10 : 03:22:01
Report Design Mode > Its Properties Sheet > Filter

write there Enabled=0 (or Enabled=1)
Go to Top of Page

Stoad
Freaky Yak Linguist

1983 Posts

Posted - 2004-02-10 : 03:26:35
I meant Completed (instead of Enabled).
Go to Top of Page
   

- Advertisement -