wordpress statistics
  • Today is Friday, May 18, 2012

4 Responses to “MICROSOFT ACCESS HOW TOS”

  1. bennix says:

    Sir,
    How to use Goto Record Next function that it will access or display all records that having the same primary key?

    Example: i have a button name Goto next, when I click the button it will make to display a record in a textbox, then all of the record to be displayed have the same primary key it is the EOF it will loop again.This is like a generate button of a keygen. Hope you will help me.

  2. bennix says:

    This is my two table:
    DB 1
    SoftID
    Software
    Name

    DB 2
    KeyID
    SoftID
    Key

    I have created a relationship.In one Software many Keys.

  3. a.p.r.pillai says:

    It is easier to display all records matching a particular key-value (like displaying all items pertains to a particular Purchase Order Number) by designing a Main-Form and Sub-Form combination. Link both Forms in Link Child fields & Link Master Fields Properties on OrderID.
     
    You can see an example Form in C:\Program Files\Microsoft Office\Office11\samples\Northwind.mdb Database. Open this database and open the Form with the name Orders. This form has a Sub-Form inserted as datasheet form that is designed on Order Details Table. When the Order Number of the Orders form changes all records belongs to the new Order will appear in Order Details form.
     
    You can learn a different method involving VBA by visiting the page:http://www.msaccesstips.com/2009/12/filter-with-buildcriteria-function/
     

Leave a Reply

You must be logged in to post a comment.