Search results

  1. J

    Error on executing update query

    i used ' ' like below: ('" & searchEmpName & "') and it worked !!!
  2. J

    passing variables from one form to another

    I am creating a data base for multi user and permission controls. For example, one user has view only permission where as another has read permissions. In the log in form, the user permission is verified before logging into the navigation form. I created different navigation forms for different...
  3. J

    Error on executing update query

    I keep getting the following errors while executing an UPDATE query inside the VBA code :banghead: Too few parameters. Expected <number>. (Error 3061) <Message> in query expression <expression>. (Error 3075) => syntax error (missing operator) query expression “test test” The UPDATE query is...
  4. J

    Search for record and auto populate the remaining fields

    I give up. Going to try with VBA.
  5. J

    Search for record and auto populate the remaining fields

    Screen shot is attached now. I do not know the difference between keeping the combo box unbound(delete the caption name in property sheet) or with the caption name.
  6. J

    Search for record and auto populate the remaining fields

    I am new to access. No clue about VBA. I searched the forum and could not get an exact answer. If the answer is available in any thread, please post the link. I have a table with employee details such as employee id, employee name, employee designation and phone. A combo box is created in a...
  7. J

    Hello :)

    Hello Am new to MS Access though I have good software engineering experience  I never known MS access was so vast and capable. It surprises me, and at the same time I am struggling to create a database.  My Aim is to create a RMS database. I hope I can get the support from all users out...
Back
Top Bottom