Recent content by krish

  1. K

    New to database creation

    I am new to access. As suggested by you I put the command in event onclick in property window of the startup swithboard. Now, I whenever I am trying to open the database, it is showing cannot recognize docmd macro and I am unable to open the database. How can I solve the problem? Please help.:o
  2. K

    Use of Access for Server Side Programming

    Thanks Wayne. - krish
  3. K

    Use of Access for Server Side Programming

    Hi folks, I am new to Access programming. I read in some web page on googling that Access is for developing Desktop database. Books inform that Access projects can connect to Server database. I would like to know if Access can also be use for Server side programming. - Krish:confused:
  4. K

    Programming with Macro

    Programming with macro I have created a test database to find out how this can be done. It contains a table EMPDTL which contains fields EMPFNM, EMPMNM, EMPLNM, EMPPOST, EMPSAL indicating Employee's First Name, Middle Name, Last Name, Post Held and Salary respectively. I have placed four...
  5. K

    Programming with Macro

    I have inserted two combo box in the form with lookup in the table. Now I want to select values in these boxes and filter the records having those values on click of a command button placed on the form. How can it be done without using VBA? Is it possible with use of macro? Kindly guide.
Back
Top Bottom