Sh0jin
Programmer
- Feb 21, 2005
- 8
I recently read "Beginning Access 2003 VBA", and most of the examples of databases were self coding without the use of any of access's capabilities. Basically the form were designed in access but the connections and logic came solely from VBA code.
After a month of programmming (from example), i keep asking myself the same question, would it of been easier and less time consuming to have used access's functions, macros, query creator or relationship tool to create this database?
I have created classes in thinking that it would be easier as my background is in OOP with C++ but it takes a hell of a long time to declare the one class. Should i bite my tongue and endure the pain as the results would be good or should i throw in the towel and start again.
My database is split, so i have a function that connects to a data-table through a string path name. I am thinking that all i would do to upgrade is change the string to the sql server path. Is this correct?
What is a better approach for upgrading to SQL server?
I'm a little frustrated and would like professional advice. If any of you guys out can help, any advice is better than none.
After a month of programmming (from example), i keep asking myself the same question, would it of been easier and less time consuming to have used access's functions, macros, query creator or relationship tool to create this database?
I have created classes in thinking that it would be easier as my background is in OOP with C++ but it takes a hell of a long time to declare the one class. Should i bite my tongue and endure the pain as the results would be good or should i throw in the towel and start again.
My database is split, so i have a function that connects to a data-table through a string path name. I am thinking that all i would do to upgrade is change the string to the sql server path. Is this correct?
What is a better approach for upgrading to SQL server?
I'm a little frustrated and would like professional advice. If any of you guys out can help, any advice is better than none.