473,397 Members | 2,056 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,397 software developers and data experts.

need a db written ~ in exchange I offer . . .

Hello Group I am hoping that someone will be able to help me.

We have a volunteer Fire company that is in need of a database to track the
parking tickets we write for the Firelane violations.

We live in a very large community - are non-billing and not funded by the
township.

We want to be able to track who we write violations to - and if more than
one violation is written in a season (say Winter) etc
we are able to then actually fine for the violation ...

The reason for doing this is because as we respond to medical calls and
firecalls we are unable to park in the firelanes due to numerous vehicles @
the Kmars, etc...
In exchange I offer a free domain name and hosting on our Linux server.
Please send an email to glenn at hostmedic dot com

thank you
Nov 12 '05 #1
8 1424
You need to get a professional software company in your area, or likely go out
to tender if you're a public utility.
(the rest is facetious)
I myself am still smarting because I was told last week to put out a fire in
my back yard. In my incinerator! We are so "PC Correct" nowadays that I can
light a fire INSIDE my house (for heating) but not OUTSIDE in an incinerator.
A bylaw just passed...sorry...forgot...MS-Access...you can't run that either
now...

Parking tickets? Ha! Push them out of the way with your truck and say it was
an emergency!

"Glenn Kelley" <gl********@hostmedic.com> wrote in message
news:G6********************@giganews.com...
Hello Group I am hoping that someone will be able to help me.

We have a volunteer Fire company that is in need of a database to track the
parking tickets we write for the Firelane violations.

We live in a very large community - are non-billing and not funded by the
township.

We want to be able to track who we write violations to - and if more than
one violation is written in a season (say Winter) etc
we are able to then actually fine for the violation ...

The reason for doing this is because as we respond to medical calls and
firecalls we are unable to park in the firelanes due to numerous vehicles @
the Kmars, etc...
In exchange I offer a free domain name and hosting on our Linux server.
Please send an email to glenn at hostmedic dot com

thank you

Nov 12 '05 #2
"Chris Mills" <ph*********@cleardotnet.nz> wrote:
Parking tickets? Ha! Push them out of the way with your truck and say it was
an emergency!


There was a fire call at a residence used by the athletes during the
Calgary Olympics. The security guard on duty wouldn't let the fire
trucks through. So the captain on scene told the truck to open the
gate. The security guard started running. Which was a good thing as
one half of the flying gate knocked his guard shack down.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #3
Violator(
ViolatorID Autonumber, (or license#)
FirstName Text(15),
LastName Text(20),
Address Text(100),
City Text(25),
State Text(2),
ZipCode Text(5));

Ticket(
TicketNo Text(10),
ViolatorID Long,
TicketDate Date,
ReasonID Long,
OfficerID Long);

Officer(
OfficerID Autonumber,
FirstName Text(15),
LastName Text(20),
....);

Reason(
ReasonID Autonumber,
Reason Text(20) UNIQUE);

yeah, fake SQL... but you get the idea, I hope. Then you can do a
summary query Get a count of tickets by ViolatorID. If you have 2 for
the same person in a given time period, send them a ticket...
Nov 12 '05 #4
I sent you an email with an attached file containing an example of
your request. Please look for it.

pjac
Nov 12 '05 #5
Please send me an email to: pj**@erols.com and I will send you the
requested database as a zipped attachment. Been trying without success
to reach you.

pjac
Nov 12 '05 #6
(from my post)
I myself am still smarting...


from the smoke, get it? I was a bit slow on my first post.
Thanks for your light-hearted (heavy-handed!) response. We Access Developers
need light relief.

Chris

P.S. In my country, they've just banned all smoking in all pubs. True. Next
they will ban farting because it is reported to be flammable (not true, the
ban I mean)
(I'm a smoker...what should I d...puff!)
Nov 12 '05 #7
Thanks PJAC -
looks good - I need a few additions and changes ... but who knows...
I have approached our organization to request the funds needed in your
proposal - however I doubt it will yield -

crossing my fingers....
Glenn

"pjac" <pj**@erols.com> wrote in message
news:94**************************@posting.google.c om...
Please send me an email to: pj**@erols.com and I will send you the
requested database as a zipped attachment. Been trying without success
to reach you.

pjac

Nov 12 '05 #8
"Chris Mills" wrote
P.S. In my country, they've just banned all
smoking in all pubs. True. Next they will
ban farting because it is reported to be
flammable (not true, the ban I mean)
(I'm a smoker...what should I d...puff!)


Seems you only have a limited number of choices... give up drinking, give up
smoking, or take your mug and smokes outside. Don't laugh... when IBM banned
smoking at its Rochester, MN lab back in the early 1990s, clusters of people
in the designated outside smoking areas braved some really bitter cold to
get their nicotine fix.

Nov 12 '05 #9

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

Similar topics

0
by: Sofia | last post by:
My name is Sofia and I have for many years been running a personals site, together with my partner, on a non-profit basis. The site is currently not running due to us emigrating, but during its...
2
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers...
4
by: Jorge_Beteta | last post by:
Hello, I work for an attorney staff, so basically the whole day they are sending themselves a lot and a lot of papers (Word docs or Excell sheets). We are going to propose them the use of a...
6
by: enak | last post by:
I need some help. I have a group of attorneys that need to be able to see the schedule of court dates. These dates are scheduled by the legal assistants. This is what I need: when a legal...
7
by: chanmm | last post by:
I need CDO guide for VB.NET, any help? chanmm
9
by: Brian Hampson | last post by:
I am trying to determine all the groups which the current user has permissions to add a member. Here's my code: foreach (System.DirectoryServices.SearchResult ADSearchres in...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
2
by: strychtur | last post by:
Hi All, Right now we get a daily email with the current currency exchange rate in it. Then someone copies that data into a SQL Sever table every day. I am looking to automate this process. The...
5
by: byrnes | last post by:
We are looking to immediately recruit programmers for a project; we are interested in obtaining proposals ASAP. Will offer favorable compensation. We need immediately, an individual to complete...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...

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.