@RunningManHD
The business we are running is very very small, a 2 person operation. We are a 501c3 non-profit organization and we do not even take a salary of any type
ourselves. We do not profit in any way and really it is a money pit for us. We have more money going out than we do coming in. Year to date we have spent well over $40,000 just on veterinarian bills alone. It is paid for in small part by the fees we charge
for the dogs that get adopted out and the biggest portion of it comes from donor contributions. Whatever is left needing to be paid comes out of our pocket (My GF and myself). Now, considering that she got injured on the job almost a year ago exactly, and
her hearing is set for this week, we lost over 60% of our income when she got hurt, she cannot collect unemployment since she filed a workman comp claim, so you can now see why there is no money in the budget to hire anyone to do anything., I am an IT professional
myself, but not a DBA, I work in Networking. So I figure this stuff out as I go and am quite proud of what I have accomplished , even if it is very flawed. I am learning. But I do not plan on changing careers LOL. The only way we could "pay" for
any help would be if the work was done for free and we could provide a form so that the fee could be claimed as a charitable contribution on the persons taxes who performed the work.
@Scottgem
I am glad to hear that my work so far is not completely in vain, and not as flawed some as others see it. I do not
mind it being called flawed at all, the constructive criticism is much welcomed (and needed) by all who have offered
it. I will keep
plugging away until I can get it to where I want it. I am going to have to sit down today, and the rest of
the
week and try to focus on
your suggestions
, I do all of this from work since I have a lot of free time while I am at work.
Some history of my work. As you have probably figured out. I started out with one table, the AdoptionsT
I then normalized it by splitting it into the CustomerT and DogsT
I created a table for donors that I called Bash Donors(we had a Barnyard Bash event, hence the name)
We had a microchip clinic where we microchipped dogs so I created the Chip Clinic Table to track those
And finally I tried importing the complete applications database from our website.But am now thinking I don't need the whole application since
all I plan on using it for is statistical purposes, tracking the number of total applications
versus the numbers of applications we deny( I am guessing we deny roughly 60% of all applications because our
adoption standards are very strict. And I want to track that.
My thoughts are this, at this moment and are subject to change, either with your suggestions, or as my ideas evolve:
My main thing is that I would like to do is to have 3 "main" tables, the Adoptions (the original table) and the 2 that I split off from it
when I normalized it (CustomersT and DogsT) I would love to be able to link all 3 and when I put
information into 1 of them, have it automatically propagate to the other 2 tables (assuming that is possible)
All of the other tables can stand independently I believe, just sort of an archive is all I need from them.
Maybe I should create a separate DB for those? Is that a good thought?
Oh, and you asked why I had a field named Living, that is for customer communication purposes, either mail or email, I want to be able to send out "appropriate" communications with former
adopters, and it is getting to be too much to keep in my head. That is why I went to the whole DB process in the first place.