Search results

  1. S

    How to update a link table on a form, Do I need VBA in the form?

    Thanks - I believe the term Linked Table in Office refers to Linking and connection to a datasource. I have a tblPROC_PROC table that has three fields, a Primary key for the table, the ParentID pointing back to the Primary key of the tblPROCESS table, and the ChildID field pointing back to the...
  2. S

    How to update a link table on a form, Do I need VBA in the form?

    Hello, I am a sql Server / Web developer, that is using Access for a project, and here is what I need to accomplish. I have a table that lists Processes I have a link table that has a record for Parent / Child relationships I need to bring up a form that lists the Process, (typical...
Back
Top Bottom