|
-
Jun 22nd, 2000, 04:18 PM
#1
Thread Starter
New Member
Hi there,
I am stuck on creating a Access report in VB6.
It is as follows: I am creating a student-teacher program where students can practice a foreign language. Now I want to gather information about the tasks students did (name, class, date, time spend, excercise# etc). These data is stored in an Access Database.
The problem: I want to create a report in Access where these data is stored and (later) printed.
When you try helping me: SUCCESS
Who can help me??
-
Jun 22nd, 2000, 04:23 PM
#2
Junior Member
Project -> Add Data Report
-
Jun 22nd, 2000, 09:16 PM
#3
Thread Starter
New Member
Yes Spooked, this it is!
But, how can I programmatically set the name of the DataEnvironment, the DEConnection and the DECommands?
What if in the database are 5 tables?
Can you please add some code. This works very well with me.
Thanx
-
Jun 22nd, 2000, 11:41 PM
#4
Junior Member
Progect -> Add Data Environment.
Set the properties of Connection1 to access your database..
-
Jun 23rd, 2000, 03:41 PM
#5
Thread Starter
New Member
Yes, I know,
but how can I change the properties of connection1, the props of the dataEnvironment and the props of the DECommands softwarematically. I can make it work for one table, but I have several tables in the database, I also want the user to have the ability to place the database where he wants.
....
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
|