Recent content by rs2004

  1. R

    Clipboard Question

    Thanks, I'll check it out
  2. R

    Clipboard Question

    Does anyone know how to clear the clipboard in access using VBA Code?
  3. 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.
  4. 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
  5. R

    Duplicate Values in the Index

    Duplicate Record Error Thanks for responding. The duplicate record error message doesnt appear until i move to another record. So I dont know where to put the code to try to identifiy there ERR number.
  6. R

    Duplicate Values in the Index

    ErrorTrap Would you happen to know the error number by any chance?
  7. 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