Wrox Programmer Forums
|
Pro VB Databases Advanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 18th, 2006, 06:40 AM
Registered User
 
Join Date: Sep 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem in data report

i m using data report in my project
i want to generate report according the text which is selected in combobox

for example we are having a combobox for city

now i have selected "agra" from combobox now iwant to generate
a report of those employees whose beelongs from agra

pls reply me solution related this problem
thanks

rajeshpachouri
 
Old September 18th, 2006, 07:05 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

You just want the query??

SELECT Name From [table] where city = [valueofcombobox]

--Stole this from a moderator

I will only tell you how to do it, not do it for you.

Unless, of course, you want to hire me to do work for you.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Report Problem with On No Data darrenb Access VBA 2 April 13th, 2007 06:04 PM
problem in refersh data report Rajesh Pachouri Pro VB Databases 1 September 27th, 2006 03:45 AM
Data Report Problem jnl207 Pro VB 6 2 April 10th, 2006 05:49 AM
VB data report problem lalraj Access VBA 1 April 26th, 2005 06:38 AM
retrieved data report problem rahmanbd Beginning VB 6 0 March 18th, 2005 08:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.