Search results

  1. S

    code for preventing diplucate entry in unbound form

    sir/madam, what is the code for displaying warning message when enterenig duplicate information in unbound form in BeforeUpdate event procedure thank you
  2. S

    Open form funcntion

    Hi, I have following codes written in module to open form: But it is not working. So plse help me. Public Function Openform(myformname As String) DoCmd.Openform myformname End Function **************************** Private Sub Command2_Click() Openform (“deleteDataF”) End Sub
  3. S

    password

    Dear Sir/madam(s) For security reason I have written following set of codes to open the form called editRecordF. Is it possible to use this single set of same codes to open other forms? Private Sub cmdOK_Click() Set db = CurrentDb Set rs = db.OpenRecordset("UserT", DB_OPEN_DYNASET)...
  4. S

    How to write set of code for password in module

    Dear all, I'm self learning ms access Person. I am in the course of learning more about module.I understood that module is used when we think that there is repeated codes to be use. meaning to reduce the repeated codes. I have Following set of code for allotting password for opening different...
  5. S

    problem with calling procedure from Module

    Hi all Yesterday one Sir had expaline me when to use and atvantage of module. Since then Im working hard to learn Module piece by piece. So I have written following code in the module for calculating the increase of salary (percentage wise base on current salary) and simuentaly to calculate...
  6. S

    understanding of Module?

    Dear all, I love to work with Ms access. and learning it by myself since last 1 and half years. I am leaning from internet and by looking at other's simple database sample. I have googled manytimes to learn how to use Modulle . i mean what is the atvantage of using module. Therefore , Ill be...
  7. S

    code for filtering date field and wildcard search in the form

    Hello, 1st Question : I have following codes written in access 2007 to display the items that iI select from Combo box named combo62. This works well. But i am struct as to how to change code for displaying items .eg. to display all item begines with A,AE, B or BB ect I tried this SQL = SQL &...
  8. S

    introduction

    I am from Bhutan.coordinates of my place is 27 27.264 lat 89 39.216 Long I am learning ms access by myselves since 2 years back. Now i know little more, but still I have many probles that encounter during work or learning. Thank you all
Back
Top Bottom