Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

irfan512
Dec 11, 2007, 02:58 AM
I have three records in a table with staff no 555,666,777 and I want to pass select query in data report for only staff no =666

Please solve this problem

ScottGem
Dec 11, 2007, 07:46 AM


Select * from table where staffno = 666

yuffie
Jan 18, 2008, 08:09 AM
By datareport, do you mean crystal report?

If u're using crystal report, you can create a report with the staff no as its grouping. And then in the vb coding, you can type the report selection formula like
" {table.staffno}= '666' "