Search results

  1. R

    Clipboard Question

    Does anyone know how to clear the clipboard in access using VBA Code?
  2. R

    Current Record on a Form

    How do you show the current record on a form? So you dont have to show the record selecters on a subform.
  3. R

    Copy and Paste data

    Is there a way to copy all the fields from a sub form using a For Each or for next statement. I had to do this about 40 times. >>> Forms!frmAddress.frmTopOut!QtyMbTub = Forms!frmMain.frmFixtureSchedule!QtyMbTub
  4. R

    Duplicate Values in the Index

    If you index a field in a table to Yes(No Duplicates) to prevent , say an address being entered twice, Is there a way to Trap the Error on a Form when it occurs in VBA? What would be the Error Number for the On Error statement?
Back
Top Bottom