User Profile
Collapse
-
Thank you guys...My project is successful now...Thank u so much once again -
Btw,may I know how to activate the Tools>>Referenc es in the VB?Leave a comment:
-
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?Leave a comment:
-
-
-
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
Last edited by Niheel; Jun 10 '10, 07:44 AM. Reason: Added code tags. Please use code tags to display code.Leave a comment:
-
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...Leave a comment:
-
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....Leave a comment:
-
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...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 -
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
No activity results to display
Show More
Leave a comment: