473,803 Members | 3,306 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access database for non-profit basic human needs agency

I am looking for any Microsoft Access based software that could be used
for a United Way agency that provides basic needs assistance - food,
clothing, financial (rent, utilities, Rx, gasoline, etc). Preferably
free. Definitely with source code as we would most likely want to
customize it.

Are you aware of such?

Bob
Nov 13 '05 #1
5 2768
Bob Alston wrote:
I am looking for any Microsoft Access based software that could be used
for a United Way agency that provides basic needs assistance - food,
clothing, financial (rent, utilities, Rx, gasoline, etc). Preferably
free. Definitely with source code as we would most likely want to
customize it.

Are you aware of such?

Bob


No, I am not aware of such a program. I'd wager there is one out there.

You may want to try http://www.tucows.com/business.html and see if there
are any apps already available.

If there isn't, and your needs aren't excessive, you should
tell/describe what data you need to track, what OS and Office versions
you are using. Maybe something could be cobbled together for you.
Nov 13 '05 #2
Salad wrote:
Bob Alston wrote:
I am looking for any Microsoft Access based software that could be
used for a United Way agency that provides basic needs assistance -
food, clothing, financial (rent, utilities, Rx, gasoline, etc).
Preferably free. Definitely with source code as we would most likely
want to customize it.

Are you aware of such?

Bob

No, I am not aware of such a program. I'd wager there is one out there.

You may want to try http://www.tucows.com/business.html and see if there
are any apps already available.

If there isn't, and your needs aren't excessive, you should
tell/describe what data you need to track, what OS and Office versions
you are using. Maybe something could be cobbled together for you.

Thanks. Nothing in Tucows.
I am planning to create such an app. Just trying to do my homework first.

Bob
Nov 13 '05 #3
Hi Bob

If you do proceed to create this yourself, the relational design is the most
important part of the project.

The basic design would probably include tables like this:
- Clients, where a "client" may be an individual, an organization (such as a
school), or possibly even a villiage.

- Projects, where you agree to help a client, either as a one-off or over
time.

- Assistance: an instance of assistance give to a client on a date as part
of a project.

- AssistanceDetai l: a listing of the item(s) included in the assistance on
that date, including fields for the Product given (rice, anti-malaria
tablet, US dollars) and Quantity.

- Products: a record for each type of help offered, possibly belonging to
ProductCategory , and with a field that identifies the Unit of measure for
this product (e.g. litres for fuel, tons for rice, ...)

The important bit is that there must be only one place where you query all
the Assistance/AssistanceDetai l information, not different tables for
different types of help offered. It is not always easy to get a field
structure that is flexible enough for this, and it may even be necessary to
create further related ProductXXX tables to handle the fields specific to
different types of product, but the core Assistance tables must be
centralized so you can query them and produce reports summarizing the help
given in a date period (for example).

If that's all familiar territory, you'll be fine. If it sounds really odd,
please follow through those ideas which fall under the general category of
normalization and are one of the basic skills for getting a successful
database.
There will be much more than that: for example there may be budgets
associated with projects, funding sources, donors, campaigns, and so on.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Bob Alston" <tu**********@c ox.net> wrote in message
news:dsBjd.4853 1$_g6.27680@oke pread03...
Salad wrote:
Bob Alston wrote:
I am looking for any Microsoft Access based software that could be used
for a United Way agency that provides basic needs assistance - food,
clothing, financial (rent, utilities, Rx, gasoline, etc). Preferably
free. Definitely with source code as we would most likely want to
customize it.

Are you aware of such?

Bob

No, I am not aware of such a program. I'd wager there is one out there.

You may want to try http://www.tucows.com/business.html and see if there
are any apps already available.

If there isn't, and your needs aren't excessive, you should tell/describe
what data you need to track, what OS and Office versions you are using.
Maybe something could be cobbled together for you.

Thanks. Nothing in Tucows.
I am planning to create such an app. Just trying to do my homework first.

Bob

Nov 13 '05 #4
Allen Browne wrote:
Hi Bob

If you do proceed to create this yourself, the relational design is the most
important part of the project.

The basic design would probably include tables like this:
- Clients, where a "client" may be an individual, an organization (such as a
school), or possibly even a villiage.

- Projects, where you agree to help a client, either as a one-off or over
time.

- Assistance: an instance of assistance give to a client on a date as part
of a project.

- AssistanceDetai l: a listing of the item(s) included in the assistance on
that date, including fields for the Product given (rice, anti-malaria
tablet, US dollars) and Quantity.

- Products: a record for each type of help offered, possibly belonging to
ProductCategory , and with a field that identifies the Unit of measure for
this product (e.g. litres for fuel, tons for rice, ...)

The important bit is that there must be only one place where you query all
the Assistance/AssistanceDetai l information, not different tables for
different types of help offered. It is not always easy to get a field
structure that is flexible enough for this, and it may even be necessary to
create further related ProductXXX tables to handle the fields specific to
different types of product, but the core Assistance tables must be
centralized so you can query them and produce reports summarizing the help
given in a date period (for example).

If that's all familiar territory, you'll be fine. If it sounds really odd,
please follow through those ideas which fall under the general category of
normalization and are one of the basic skills for getting a successful
database.
There will be much more than that: for example there may be budgets
associated with projects, funding sources, donors, campaigns, and so on.

Thanks Allen. What you state sounds familiar and is certainly in line
with my plans. I have used Access for several years now and done a fair
amount with it. Someof the admonitions you mention are problems with
one agency's current implementation (beyond the just plain errors the
prior developer made). I have a preliminary prototype of some of the
app. Mostly looking for what others might have done before me. Either
to use as a base (unlikely but possible) or at least to glean ideas from.

Again, thanks.

Bob
Nov 13 '05 #5
Bob Alston wrote:
I am looking for any Microsoft Access based software that could be used
for a United Way agency that provides basic needs assistance - food,
clothing, financial (rent, utilities, Rx, gasoline, etc). Preferably
free. Definitely with source code as we would most likely want to
customize it.

Are you aware of such?

Bob

So far I have received one reply offering Access database application
code. Let me offer to exchange with anyone who provides me such code, a
copy of the code now in use by one agency and a copy of the prototype I
am building.

Bob Alston
Nov 13 '05 #6

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

Similar topics

3
24039
by: Random Person | last post by:
Does anyone know how to use VBA to relink tables between two MS Access databases? We have two databases, one with VBA code and the other with data tables. The tables are referenced by linked tables in the database where the code resides. If we move the database with the data tables to a new directory, the links are no longer valid. I tried to update the links by changing the Connect property and refreshing: Set td = db.TableDefs(0)...
32
2824
by: Mike MacSween | last post by:
Further to 'Security - more complex than I thought' Has anybody ever seen any studies? Or anecdotal evidence? Done any studies themselves? Done any lab testing - you know - 10 users asked to get past Access (or other) security? It'd be interesting to know. And no, I don't have any prejudices. Yours, Mike MacSween
4
2544
by: JMCN | last post by:
object invalid or no longer set - confusion of the recordset in access 2003. i am currently converting from access 97 to access 2003. majority of the codes converted over perfectly fine, though my recordset did not. i read from pasts posts that some references will not convert. so i tried to change the dao 3.51 reference to dao 3.6 in access 97. then i imported all of the objects into an access 2003. it did not work. so my second...
22
8923
by: Nuno Fonseca | last post by:
Anyone knows if it is possible to make a database connection over TCP/IP to an MS ACCESS database? If yes please give me an example or any documentation please. Best regards, Nuno
6
1359
by: Woody Splawn | last post by:
It is real important to choose the right tool for a given problem and it is not clear to me just what the advantage of VS.net is over Access, for example, when writing a non-web applicaiton. I see the strengths of VB.net when it comes to the web but what about non-web applications. VB.net is complicated, but that's ok and I feel that this is not a reason by itself to choose Access over VB.net. What other argurments in VB.net's favor are...
70
3396
by: lgbjr | last post by:
Hello All, I've been developing a VB.NET app that requires the use of a DB. Up to now, I've been using Access. It's a bit slow, but everything works. I'm at a point now where I need to decide if I should stay with Access or move the DB to SQL. I'm trying to come up with a list of Pros/Cons for such a move. My list is a bit lopsided, as I have very little experience with SQL and quite a bit with Access. PROS for moving to SQL:
17
2499
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a thousand items and the accounting side will be used for hopefully many years so the entries are likely to be vast. The delema is what is best to use ase the DB engine, Access I have as part of Office 2002 or should I really be looking at SQL...
7
2916
by: Allison | last post by:
Hi -- we are a small manufacturing looking for a multi-user database to take customer orders (nothing too complicated, with 3 users total). We think we should be using Access, but are wondering what alternatives there are. It has been recommended to us to use ASP.net and SQL instead, with the reasoning that: 1) Access is likely to go obsolete at some point 2) It will be more stable Does anybody have any thoughts on this?
22
6291
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one client (MS Access vs ..NET Windows Forms) would be preferred over the other. While I have some good arguments on both sides, I would appreciate your points of view on the topic.
11
2583
by: Chad | last post by:
Hi Is it possible to substitute an alternative data source (eg MySQL or SQL Server) into an existing MS-Access application?
0
10546
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10310
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10292
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9121
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7603
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6841
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5498
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.