Search results

  1. R

    Sending data from remote loacation

    I have an access application that is used in the field on laptops and used to create leads. I want to have another access application runing on a lan at the office and be able to have the remote applications send records via the internet to the application at the office. I really don't want to...
  2. R

    Linking tables via VBA

    I've been tring to do the same thing and haven't been able to get it to work Function ReLinkTable(RTTable As String, RTDataPath As String) Dim RTDB As Database Dim RTLinkedTable As TableDef Dim RTConnect As String Dim rp As Variant Set RTDB =...
  3. R

    command to cancel add or edit

    Is there a command to cancel adding or updating a form?
Back
Top Bottom