Recent content by ddt1972

  1. D

    Need to append data once it is printed on a report.

    Thanks for the response, sorry for the late reply. I have been under the weather, will try that and post back.
  2. D

    Need to append data once it is printed on a report.

    I have a database where the management screens jobs for the techs to do, and they print them out one record at a time to hand them out. I am trying to figure out how to have the record added to the working table for the techs to be able to update status once the manager prints it. The techs do...
  3. D

    record start/finish dates of a combo box selections

    Here is a copy of the form in question, and the module being called up for the audit trail.
  4. D

    record start/finish dates of a combo box selections

    I have an option group that the user clicks on a radio button to change the status of a job, ie active, awaiting parts, awaiting other....etc. I also have an audit trail using this code: Option Compare Database Const cDQ As String = """" Sub AuditTrail(frm As Form, recordid As Control)...
  5. D

    record start/finish dates of a combo box selections

    I am trying to do something very similar, how did it work out for you Spirit?
  6. D

    Audit Trail

    All, I have implemented the audit trail, and it works great, except for one of my forms which uses checkboxes. The audit trail does not record changes to yes/no boxes. Is there a way to make it recognize and record changes to these?
Back
Top Bottom