|
-
Apr 4th, 2004, 12:09 PM
#1
Thread Starter
Junior Member
-
Apr 4th, 2004, 02:20 PM
#2
Member
Assuming you are using an access database, the most common way I suppose would be to use SQL commands to select what you want...
I don't know what your databases look like, but I'd so something like this...
SELECT * FROM Player WHERE CountryName = ? AND Event = ?
Its hard to say tho because I don't know what your database or tables etc look like =) Anyways hope that helps!
-
Apr 5th, 2004, 06:44 AM
#3
Thread Starter
Junior Member
-
Apr 5th, 2004, 09:10 AM
#4
Member
What error does it give you?
If you want to email me your code I'll be more than happy to look through it and post notes and send it back to you...
my email is [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|