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...
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 =...