Hi
To query a backEnd database from a frontend database with Sql script, proceed as follows:
Private Sub Form_Load()
Dim strPathDb As String, strDbName As String, strRsetTable As String, strBackEndLocation As String, strDBPSW As String
strPathDb =...