Search results

  1. P

    How to prevent changes in a main table

    Hi everybody. I’ve made a database with the following tables (among others): ACCOUNTS AccountCode ShortAccountCode (key) AccountName DIARY HEADERS NumberAD Date Header DIARY DETAIL Id (autonumeric – key) NumberAD (related to the one on the previous table) ShortAccountCode (related to...
  2. P

    Make payments (newbie needs help)

    Hi everybody. This is my first post here. I have these 3 tables: Invoice headers Checks Payment orders (2 fields: Number and Date) Tables are related by a field named “PO Num” (payment order number), which is the PO's key. I need to design a procedure to make my payments, something like...
Back
Top Bottom