473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Client Wants Design Access To Database

I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.

Oct 10 '06 #1
18 1523
Why not guide the client into creating their own access file, and link
to the tables containing the data. Then they could use their own
access file to create reports as they see fit.


Wayne wrote:
I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.
Oct 10 '06 #2
If they can development, and build forms, then what did they need you for?

I been doing this 20 years, and every so often we come across a post about
someone who has a customer that needs to build their own reports.

I can tell you 99 out of 100 times, this types environments are complete and
utter failure.

If you must, just provide them with a extra mdb that has some linked tables
to your mdb.

I mean, you can't possibility be developing and deploying software now
without a split system. so, just provide a mdb with some reports that they
can modify to their needs. That way, when you send them bug fixes, and
updates to their software, then their back end data file will not be
touched, and the reports that they made also will not be lost when you send
them a new update of you software.

In 20 years of development software, and consulting, I NEVER EVER had one
client request that they want to be able to build their own reports. If they
are capable of ding that, then they don't need me.

You most certainly do need to provide some parameter driven reports. Here is
some screen shots of what I mean:

http://www.members.shaw.ca/AlbertKal.../ridesrpt.html

So, you most certainly do, and can provide reports that give you date
ranges, and even particular groupings by a city, or sales rep. If you give
them the options they need for a report, then you will NOT receive any
requests for changes.

The issue of you going out of business, and that of changing reports is
COMPLETELY SEPARATE. If they need a copy of the source mdb file, then make
provision for them to have this source if the need arises. However, that has
absolute nothing to do with the failure to provide a nice set of reports
that they need....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Oct 10 '06 #3
By the way, I am a host of Joel on software, and we had a discussion on this
issue here:

http://discuss.joelonsoftware.com/de...gn.4.389990.10

So, you could perhaps given them a copy of crystal, or as mentioned,
consider given them a mdb with linked tables to the back end data...

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Oct 10 '06 #4
Wayne wrote:
I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.
I give my clients everything, code and a paper copy of all objects as
text included included.

My agreement with them stipulates that they can do whatever they like
with the code, forms etc except that I continue to hold the rights to
use any of those things or any concept underlying them, and that they
may not resell, lend or give away the application.

I do this because I do not care to waste my time worrying about
whether, how or if someone is cheating me or misusing me. I also feel
that when I give the carte blanche permissions I am relieved of much of
the responsibility when things go wrong because someone does something
stupid. And I am quite confident that if someone takes my wonderful
idea as his/her own it's OK because I am sure I will have a
wonderfuller idea tomorrow.

I've never been burned by this and generally my clients hire me to make
repairs or modifications.

Almost all the real people I meet in business are very honest and fair;
I'm not so sure about all of those who hang around the net, but maybe
they would seem to be as well, if I really knew them.

Oct 10 '06 #5
On 10 Oct 2006 17:07:28 -0700, "Lyle Fairfield"
<ly***********@aim.comwrote:

We do the same thing: once you pay the bills, the source code is
yours. We have a few clients that maintain the database along the
lines the OP outlines. More power to them.
Once they come back to us for more difficult changes, we just ask for
their MDB and take it from there. If we see a problem we can't live
with, we issue a change order to correct it.
I don't even WANT the responsibility of having to reproduce a client's
source code after many years.

-Tom.

>Wayne wrote:
>I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.

I give my clients everything, code and a paper copy of all objects as
text included included.

My agreement with them stipulates that they can do whatever they like
with the code, forms etc except that I continue to hold the rights to
use any of those things or any concept underlying them, and that they
may not resell, lend or give away the application.

I do this because I do not care to waste my time worrying about
whether, how or if someone is cheating me or misusing me. I also feel
that when I give the carte blanche permissions I am relieved of much of
the responsibility when things go wrong because someone does something
stupid. And I am quite confident that if someone takes my wonderful
idea as his/her own it's OK because I am sure I will have a
wonderfuller idea tomorrow.

I've never been burned by this and generally my clients hire me to make
repairs or modifications.

Almost all the real people I meet in business are very honest and fair;
I'm not so sure about all of those who hang around the net, but maybe
they would seem to be as well, if I really knew them.
Oct 11 '06 #6

Thanks for the feedback folks. You've given me plenty of food for
thought.

Oct 11 '06 #7

"Wayne" <cq*******@volcanomail.comschreef in bericht news:11**********************@i3g2000cwc.googlegro ups.com...
>I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.
I also have a major client that 'wants' the source-code.
So they are getting an mdb from me, but they still ask me for major mods.
Very simple mods they make themselves and they communicate this with me.
I also see that 'my' code is being used in other mdb's they create, but I don't mind.
This is still my major client !

Most other clients are getting mde's.
But for these mde-clients I am also thinking the other way around.
FYI: I am a one-person business. No other employee's involved.
==What if I get an accident or simply die in a car-crash or something??
Some apps are business-critical so the clients *must* be able to continue with the app.

I am thinking of a way to provide them with the source (the mdb's) only just in case something happens to me.
I feel kind of responsible to do so.

Any thoughts about this ??

Arno R
Oct 11 '06 #8
On Wed, 11 Oct 2006 14:38:39 +0200, "Arno R"
<ar***********@tiscali.nlwrote:

After each major milestone, send them a CD with the source code.
-Tom.

>
"Wayne" <cq*******@volcanomail.comschreef in bericht news:11**********************@i3g2000cwc.googlegro ups.com...
>>I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.

I also have a major client that 'wants' the source-code.
So they are getting an mdb from me, but they still ask me for major mods.
Very simple mods they make themselves and they communicate this with me.
I also see that 'my' code is being used in other mdb's they create, but I don't mind.
This is still my major client !

Most other clients are getting mde's.
But for these mde-clients I am also thinking the other way around.
FYI: I am a one-person business. No other employee's involved.
==What if I get an accident or simply die in a car-crash or something??
Some apps are business-critical so the clients *must* be able to continue with the app.

I am thinking of a way to provide them with the source (the mdb's) only just in case something happens to me.
I feel kind of responsible to do so.

Any thoughts about this ??

Arno R
Oct 11 '06 #9
"Wayne" <cq*******@volcanomail.comwrote in message
news:11**********************@i3g2000cwc.googlegro ups.com...
>I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.
I think you have to weigh up how much money you'd lose by digging your heels
in against how much you'd lose by giving them access (risk of plagiarism).
In my experience, if you're designing a bespoke application then, by it's
very nature it wouldn't be of much use in another scenario so I'd say that
risk was low. You also give the client a "feel good" factor by being open
with them.

Regards,
Keith.
www.keithwilby.com
Oct 11 '06 #10
Gus
As I client who has always had a copy of MY software and made MY own
mods as well as having major mods written for ME by the professionals I
would be disturbed to deal with a programmer who thought ME having
access to MY OWN CODE was an issue.

gus

*** Sent via Developersdex http://www.developersdex.com ***
Oct 12 '06 #11
"Gus" wrote
As I client who has always had a copy of MY software and made MY own
mods as well as having major mods written for ME by the professionals I
would be disturbed to deal with a programmer who thought ME having
access to MY OWN CODE was an issue.
So you have the source code to Windows, Word, Excel, and Access? I wonder
how you negotiated that.

When I create a "bespoke system" for a particular client, they get the
source under a specific license, but it is NOT, repeat NOT, "the client's
code" even though they paid to have it developed. Software developed by
someone else is not YOUR code unless the working arrangement was "work done
for hire" which is NOT the case by default.

My clients know, understand, and are happy with the situation -- they also
know that I charge by the hour for "cleaning up their messes" and that if
they intend to modify what I've done for them, they had better make a backup
copy before they make any modifications.

Many of us have turned down work because the client insisted on "work done
for hire" and expected complete ownership, including any new techniques and
approaches we used.

But for "doing their own reports," I often provide them with a separate
database, linked to the back end datastore that I _do not_ maintain, into
which they can put all the reports they want to create. And, although that
is covered by my contractual license agreement, because there was/is
essentially nothing in that DB, I consider it to be entirely theirs.

Larry Linson
Microsoft Access MVP

Oct 12 '06 #12
Larry Linson wrote:
Software developed by
someone else is not YOUR code unless the working arrangement was "work done
for hire" which is NOT the case by default.
And if Gus wants to claim it was "work done for hire" then he needed to hire
these professionals as employees and pay the employer's half of Social
Security taxes on the amount his employees earned. The code is owned by the
employer in this case.

If Gus hired a consultant, the consultant and he would have to sign a
contract relinquishing the consultant's rights to the code. Gus would own
the code in this case. In all other cases, the code is owned by the
consultant or his/her estate until ownership is transferred to another legal
entity (person, corporation, etc.)

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200610/1

Oct 12 '06 #13
RLN
>My agreement with them stipulates that they can do whatever they like with the code, forms etc except that I continue to hold the rights to use any of those things or any concept underlying them, and that they may not resell, lend or give away the application.<<

Lyle,
I am looking for a good website that would have a template of this type
of agreement, because I am looking to go out on my own soon.

Lyle Fairfield wrote:
Wayne wrote:
I have a potential client who has requested design access to the
prospective database so that they can change reports if and when
required. Their reasons for this are:

1. They don't want to be locked into a situation where it will cost
them money every time management wants a report changed and

2. They are concerned that they will be locked into relying on one
person for any future changes that may be required, especially if that
person has gone out of business etc.

I have always distributed my projects as mde files for obvious reasons.
This request is new to me and I am interested if other developers have
had similar requests. Do you often give the client design access? It
seems like a bad idea to me, but I don't want to lose the work.

Any help or comments are appreciated.

I give my clients everything, code and a paper copy of all objects as
text included included.

My agreement with them stipulates that they can do whatever they like
with the code, forms etc except that I continue to hold the rights to
use any of those things or any concept underlying them, and that they
may not resell, lend or give away the application.

I do this because I do not care to waste my time worrying about
whether, how or if someone is cheating me or misusing me. I also feel
that when I give the carte blanche permissions I am relieved of much of
the responsibility when things go wrong because someone does something
stupid. And I am quite confident that if someone takes my wonderful
idea as his/her own it's OK because I am sure I will have a
wonderfuller idea tomorrow.

I've never been burned by this and generally my clients hire me to make
repairs or modifications.

Almost all the real people I meet in business are very honest and fair;
I'm not so sure about all of those who hang around the net, but maybe
they would seem to be as well, if I really knew them.
Oct 12 '06 #14
Gus <gu*********@hotmail.comwrote in
news:45*********************@news.qwest.net:
As I client who has always had a copy of MY software and made MY
own mods as well as having major mods written for ME by the
professionals I would be disturbed to deal with a programmer who
thought ME having access to MY OWN CODE was an issue.
But the default for my contracts with clients is that it *isn't*
their code -- they have to pay extra to get ownership of the code I
write.

This subject has been discussed quite often in this newsgroup. You
might do well to investigate it in Google Groups to get a better
feel for the issues.

I do have clients who make mods to their databases, but only by
creating their own queries and modifying some forms and reports
slightly. I don't lock them out of my code because they are
completely clueless about that -- they are just point-and-click
Access users.

As long as I'm on an hourly basis in the further work I do for them,
there's no problem. But I do make clear that I can't provide any
form of support contract for an application that has been altered by
someone other than me.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 12 '06 #15
RLN wrote:
My agreement with them stipulates that they can do whatever they like with the code, forms etc except that I continue to hold the rights to use any of those things or any concept underlying them, and that they may not resell, lend or give away the application.<<

Lyle,
I am looking for a good website that would have a template of this type
of agreement, because I am looking to go out on my own soon.
My agreements are usually one or two simple pages. Lawyers have been
known to sigh and roll their eyes when they see them so I think they
would not be of much use as a template. Maybe a Google search will help.

Oct 12 '06 #16
Just a functionality answer here:

I have the MDE created with it linked to a tables only mdb.

In a form I have three cmd's each launching a different database each
linked to the tables database.

So two power users get their own mdb "playgrounds"
The rest get one called user.mdb
Here is the code I used (sans event call and error trapping) :

stAppName = "C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE "
& "S:\Shared\Access\User.mdb"
Call Shell(stAppName, 1)

Even if we were to use just an MDB for the front end, there are far too
many queries to let a user near them.

Cheers,
WB

Oct 20 '06 #17
"Wild Bill" <Ca*********@gmail.comwrote in
news:11**********************@i3g2000cwc.googlegro ups.com:
Just a functionality answer here:

I have the MDE created with it linked to a tables only mdb.

In a form I have three cmd's each launching a different database
each linked to the tables database.

So two power users get their own mdb "playgrounds"
The rest get one called user.mdb

Here is the code I used (sans event call and error trapping) :

stAppName = "C:\Program Files\Microsoft
Office\Office11\MSACCESS.EXE "
& "S:\Shared\Access\User.mdb"
Call Shell(stAppName, 1)

Even if we were to use just an MDB for the front end, there are
far too many queries to let a user near them.
Do you have a question?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 20 '06 #18
"Wild Bill" <Ca*********@gmail.comwrote in
news:11**********************@i3g2000cwc.googlegro ups.com:
Even if we were to use just an MDB for the front end, there are
far too many queries to let a user near them.
Er, an MDE does not protect queries, so the end user should still be
able to muck around with the queries in your MDE if they know how to
get to the database window.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 20 '06 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
88
by: Mike | last post by:
Is there a way to determine what a user's default email client is? I read a post from 3 years ago that said no. I guess I'm hoping something has come along since then.
4
by: Esmee | last post by:
Hi there, Hope you guys can help me out. For one of my clients I have created an Access 2002 db. It used to be under Access97, but I have converted it to Access 2002, without any problems. My...
5
by: Paul H | last post by:
How do you folks get a reliable and complete brief of what is required before development starts? I am forever going back to a client once a project has started saying "Hang on, now that I've...
1
by: Eric Girouard | last post by:
Hi A web design client of mine has been developing an Access database with me for the last few months. His intention was to clean up a very messy paper-based workflow consisting of many location...
4
by: Pedro Leite | last post by:
Good Afternoon. the code below is properly retreiving binary data from a database and saving it. but instead of saving at client machine is saving at the server machine. what is wrong with my...
9
by: Paul H | last post by:
I have nearly finished work on a database for my client. At the start of the project we touched on the subject of reselling the database to other businesses in the same market as my client. How...
6
by: Simon Harvey | last post by:
Hi everyone, We have a need to make a Windows Forms (2.0) client application that will be installed on our clients site. The data that the application uses needs to be centrally available to a...
13
by: Paul H | last post by:
A client that I developed a database for about 5 years ago and continue to do annual updates for has just requested "all intellectual property rights related to the database". I believe he just...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.