neilgraham
New member
- Local time
- Today, 18:26
- Joined
- Sep 20, 2004
- Messages
- 7
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 round this. I could find no reference in help.
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 round this. I could find no reference in help.