Search results

  1. E

    VBA refence to a Field Name in a Table

    Good Morning All. I've looked through how to reference a control on a form with VBA, and am looking for a similar type of statement for a table. My issue: 13 columns named N_Month01 through N_Month13, and a For Next loop that steps through 1 to 13. Buried in the code, I determine if there is...
  2. E

    CFR21 Part11 compliance

    Hi All, I have been tasked with generating a "CFR21 Part 11" compliant database. In a nutshell, I must be able to provide an audit trail for any transaction that changes (creates, modifies, or deletes) any record in the database. The audit trail must consist of which authorized user performed...
  3. E

    TransferSpreadsheet with Named Range

    TransferSpreadsheet (with a named range) HELP Hello, Thanks for taking the time to read this thread. I have an issue with the TransferSpreadsheet method that I am curious if others have seen this before, and what kind of work around(s) are available. My users have a workbook (Limits.xls)...
  4. E

    'Disappearing' records in a subform after a requery

    Hi everyone, I am new to this forum, and would like to ask for some help with an anomaly that I am experiencing with a linked subform. I have a few workers (employees) that are responsible for filling out paper work assessments within a fixed time period (28 days max). Each assessment has a...
Back
Top Bottom