Quote:
Originally Posted by JLR
Gosh, Healdem, how very kind of you. I would never have been able to write that function myself.
Thank you.
|
the only way you prove that either way is to dip you toes into the water and see what happens
in my books there's a few key things to comprehend when writing software
1) you need to have a clear idea about what you need to do
2) you need to a way of translating that into steps or processes
3) you need to have enough of an idea of how a computer language could do things (ie It would be nice if I could chop a variable into bits), then taking that requirement into a search engine of help system find what the language can offer. to any English speaking individual that should be a breeze in Access, there's precious few bizziarely named functions in Access.
4) an ability to translate from your idea of the process into code
5) an ability to thoroughly test the resultant code to make certain it does everything it shoudl, does nothing it shouldn't
outside of 5 and possibly 4 there is nothing magical or mysterious. most of it it down to the developer being of an enquiring mind and prepared to take a few hits whilst expanding their knowledge. I have yet to do any training or formal skills development in Access,
VB, VBA and so on.