|
-
May 25th, 2001, 09:59 AM
#1
Thread Starter
New Member
An easy question about Access
Hi,
Alright, I'm very new to VB and to Access. I am making a grading program for one of my teachers. I am using VB5.0. I have a single form with 127 text boxes for data entry. I have two combo boxes that hold the student names and the class names. I set up a relational database in Access 2000. This is where I think my problem is. Access 2000 won't run in VB5.0. So, I converted and saved Access 2000 to Access 97 so that it would run in VB5.0. By the way, I'm still running in design time stage. I am connecting my program by three data controls connected to my different tables in Access. Each text box is connected to Data3. My Combo1 is connected to Data2 which holds the student names. Combo2 is connected to Data1 which holds my classes. So far so good I think. When I go to save Data to a database this error comes up. Run time error "524" "No Current Record". Here is my save code.
Data1.UpdateRecord
Data2.UpdateRecord
Data3.UpdateRecord
If there is a problem with this please tell me. And please explain in very simple language. I'm still a beginner. Thanks for any help you can give me.
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
|