Search results

  1. S

    Modify query error

    Hi, Can any one help me correcting modify script as when it is getting triggered i am getting error for Combo box (", UserSecurity='" & Me.CmbSecurity & "'" & _) ERROR is : Method or data member not found Vba code given below 'When we clik on button Add there are two options. '1. for insert...
  2. S

    Print History storing into table

    Hi, Can any one help me to record printing history issued from my access form created by me. the details required to be stored in access table with date,username,reportname, No of prints. Thanks in Advance. Naveen.
  3. S

    Text Box validation

    Hi, This is code for Inserting New user record before which i am validating the text field where it should not be null. But without validation record getting inserted to table. Can some one suggest where i am wrong. Private Sub cmdadd_Click() 'Check Null Text boxes If IsNull(Me.TxtUserName)...
  4. S

    Insert into table

    Hi, I have written below code for inserting into table tbluser, But Adding it is giving Run-time error '3061' Too few parameters.Expected 3. Please suggest where i have to correct tbluser ID UserName UserLogin Password UserSecurity 1 Naveen Nani **** Admin 2 2022 Blr *** User...
  5. S

    DLookup Help Required

    Hi, I have written below code for user login and table given below tbluser, But while login if i am login for row 1 with password of row 2 it is authenticating. Please suggest where i have to correct tbluser ID UserName UserLogin Password UserSecurity 1 Naveen Nani ****...
Back
Top Bottom