|
|
|
|
|
Re: when check box check (check record will not show in report ) [message #378064 is a reply to message #378019] |
Sun, 28 December 2008 04:44 |
shahzaib_4vip@hotmail.com
Messages: 410 Registered: December 2008 Location: karachi
|
Senior Member |
|
|
@little foot
Thanks for your reply i did it
first i alter a table of emp and create one column like Unactive
then in form i make Unactive check box
and write trigger if check box checked then update emp set unactive='YES'
and then create a report
which is select * from emp where unactive='NO'
and thats all
its show all those record who unactive='NO'
Any way
Thanks for your Reply
|
|
|