Search results

  1. S

    pull down records from one table to another through forms

    Hi all I am trying to build an Inventory Control Software in Access 2003 A short description of my tables df_item item_ix PK autonumber item_cd text item_title text ti_enq enq_ix PK...
  2. S

    updating data

    perhaps i am not clear. what i actually want is only to pull down the pending items from table ti_enq_detl to table ti_ord_detl table ti_ord has ord_ix,enq_ix table ti_enq has enq_ix table ti_enq_detl has item_ix,enq_ix table ti_ord_detl has item_ix,ord_ix
  3. S

    updating data

    Hi, i have 5 tables they are df_item,ti_enq,ti_enq_detl,ti_ord,ti_ord_detl i created a form named enquiry with a subform considering records from ti_enq_detl now i am trying to create a form named order in which where i want when i click enq_ix (Which is a primary key of table ti_enq with...
Back
Top Bottom