JeffTullin
Programmer
When I use Access to link to a table in an Oracle db, it will work nicely.
But when I link to a View, up pops a dialog asking for which field/s should be used as the primary unique field.
In this particular instance, I neither know nor care.
But even though I surround the code that links to the tables and views with a
DoCmd.Setwarnings False
'link
DoCmd.Setwarnings True
..the dialog still appears, and I can't find anything in the help to suggest how to tell Access to just link and shut up..
Has anyone run into this, and is able to offer a solution?
But when I link to a View, up pops a dialog asking for which field/s should be used as the primary unique field.
In this particular instance, I neither know nor care.
But even though I surround the code that links to the tables and views with a
DoCmd.Setwarnings False
'link
DoCmd.Setwarnings True
..the dialog still appears, and I can't find anything in the help to suggest how to tell Access to just link and shut up..
Has anyone run into this, and is able to offer a solution?