I want to write VBA codes in MS Access 2000 environment to access data in SQL server. How do we find a complete method reference to use with DAO or ADO?
For example, though VB6 is able is provide a hint that a DA
penrecordset method requires parameters in the order:
name as string, [type],[ options], [lockEdit], but where could I find the options allowed for [Options] or what values of lockEdits I could supply for this openrecord method?
Also, if a program runs with an error, I do not receive any help even I click the "help" button in response to a dialog box with run-time error xxxx. What do I miss out?
For example, though VB6 is able is provide a hint that a DA
name as string, [type],[ options], [lockEdit], but where could I find the options allowed for [Options] or what values of lockEdits I could supply for this openrecord method?
Also, if a program runs with an error, I do not receive any help even I click the "help" button in response to a dialog box with run-time error xxxx. What do I miss out?