Sample Database

  • Thread starter Thread starter Gina Whipp
  • Start date Start date
G

Gina Whipp

Okay I am looking for opinions here....

I donwloaded a sample database about five years ago. I tried to find the
original programmer because I wanted to rework the code but alas his website
is gone and a search of his name turns up nothing. So I reworked the
code... still reworking.

Can I pass the work in progress along database along? I am still still
leaving his name in the comments line of the coding.

Thanks for the comments...
Gina
 
Gina Whipp said:
Okay I am looking for opinions here....

I donwloaded a sample database about five years ago. I tried to find the
original programmer because I wanted to rework the code but alas his website
is gone and a search of his name turns up nothing. So I reworked the
code... still reworking.

Can I pass the work in progress along database along? I am still still
leaving his name in the comments line of the coding.

Thanks for the comments...
Gina

I'd say yes. Here's an example of how I commented somone else's original
code when I use it or post it:

Public Function Spell()
' Arvin Meyer 9/17/1998
' http://www.datastrat.com
' Adapted from code by Terry Wickenden
' http://home.clara.net/tkwickenden/

There is a lot of code on our Access Web site (http://www.mvps.org/access)
that is copyrighted and used by permission of the authors. In fact we
average between 25,000 and 33,000 hits per day.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Thanks Arvin


Arvin Meyer said:
I'd say yes. Here's an example of how I commented somone else's original
code when I use it or post it:

Public Function Spell()
' Arvin Meyer 9/17/1998
' http://www.datastrat.com
' Adapted from code by Terry Wickenden
' http://home.clara.net/tkwickenden/

There is a lot of code on our Access Web site (http://www.mvps.org/access)
that is copyrighted and used by permission of the authors. In fact we
average between 25,000 and 33,000 hits per day.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top