Hi
I have created a database using ms access linked with vb6.But i am having difficulty coding or programming for
a method that will help me find and retrieve a specific record.Any time i try, it either tell s me a runtime error has occurred or data member not defined.In any case, i don't even know what "data member not defined"means.
I need help on how to solve this problem.Thank you.
TOROOOLOLOOLO 0 Newbie Poster
Recommended Answers
Jump to Posttry the following code. before u try to run it create an access db(employee.mdb) under the same folder as ur project exists. in the db create a table(details) with three fields(id,name,basic). in the form take the following objects :-(see the interface screenshot)
Option Explicit Dim db As …
All 3 Replies
Reply to this topic 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.