I am trying to dynamically link to a table in Sage Line 50.
When i use
DoCmd.TransferDatabase acLink, "ODBC Database", "ODBC;DSN=SageLine50v9", , "INVOICE", "INVOICE"
It works but asks the user to choose a unique record identifier. I would like to do this automatically. Is there a way...