can anyone help me?..i trying to make a very flexible report according to a search Results...i use vb6 and ms access as database...
mcdczzz 4 Newbie Poster
Recommended Answers
Jump to PostDoesn't access have the ability to generate reports? Is there a reason why you can't use it?
If your stranded in 1998 and need to use VB6, you could generate html or latex.
Another option would be to upgrade to something that belongs to this decade where you'll have more …
Jump to PostNot enough information to help your specific problem.
If you want to generate a report based on search results, then yes, you'll need to make an SQL query that gets the search results.
Jump to PostYou mean the SQL? I have no idea what your table looks like. A blind shot in the dark would be:
"SELECT * FROM applicants WHERE name LIKE '%" + name + "%';"
I'm not sure how your code works given that we're missing the definition …
All 10 Replies
Hiroshe 499 Posting Whiz in Training
mcdczzz 4 Newbie Poster
Stuugie 50 Marketing Strategist
mcdczzz 4 Newbie Poster
Hiroshe 499 Posting Whiz in Training
mcdczzz 4 Newbie Poster
Hiroshe 499 Posting Whiz in Training
mcdczzz 4 Newbie Poster
mcdczzz 4 Newbie Poster
Hiroshe 499 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.