User Profile

Collapse

Profile Sidebar

Collapse
MA10
MA10
Last Activity: Jul 25 '10, 02:09 AM
Joined: May 23 '10
Location: Still studying in a High School
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MA10
    replied to MS ActiveX Data Control Object
    Thank you guys...My project is successful now...Thank u so much once again
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    Btw,may I know how to activate the Tools>>Referenc es in the VB?
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    Still at the same part...But,it's okay 'cause I've decided to use the parameter value for the view buttons since I've no much time left...And fortunately, they works well...Now, there is only one more button that I've to work on which is the 'Login' button... So do u have some examples on the coding?
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    I still can't solve the problem......
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    So how?I'm very blur right now...
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    I haven't try it, but here is the code if u wanna have a look. B4 I forget,the compile error also said the user-defined type is not defined.What it mean actually?:

    Code:
    Private Sub cmdVw_Click()
    
        Dim rst As ADODB.Recordset
        Dim sCondition As String
        
        sCondition = "N"
        Set rst = New ADODB.Recordset
          
        rst.ActiveConnection = CurrentProject.Connection
    ...
    See more | Go to post
    Last edited by Niheel; Jun 10 '10, 07:44 AM. Reason: Added code tags. Please use code tags to display code.

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    When I run the code,the compiling error said that the identifier under the cursor is not recognized.I felt weird coz my sister did almost the same programming and it works in MS Access 2007,but mine doesn't. She did the coding in MS 2000 and then upgrade to MS 2007.She said, she did experienced the same problem as mine and she changed something at the properties. Then everything is okay.But she forgot how...
    See more | Go to post

    Leave a comment:


  • MA10
    replied to MS ActiveX Data Control Object
    But i'm just using an ordinary vb i.e in the MS Access 2007. So,i can't do:
    Project >> References >> Microsoft Active X Data Objects 2.5 Libraray....
    See more | Go to post

    Leave a comment:


  • MA10
    started a topic How to create password verification for access?

    How to create password verification for access?

    Can anyone give me the coding for password verification in VB Access?

    I have to create a form which is used for the user to edit their details. But, before he/she can make any changes, they have to enter the password. since there's something wrong with my adodb.recordset , I can't login to the form once I click enter button. So,i'm searching for alternative ways to verify the password and hence open the form which contain his/her only...
    See more | Go to post
    Last edited by Niheel; May 27 '10, 03:36 AM. Reason: Merged your details to the question. Read guidelines on how to ask question on Bytes

  • MA10
    started a topic MS ActiveX Data Control Object

    MS ActiveX Data Control Object

    I'm working with my access project using MS Visual Basic. However there's a problem occur when I used adodb.recordset . Most of the solutions that I searched needs me to download MS ActiveX Data Control Object. But, where can I download it? Or do you have other solution to solve this problem:

    rst As ADODB.Recordset
    See more | Go to post
No activity results to display
Show More
Working...