473,499 Members | 1,659 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Document Tracker

I'm in the military and creating a database to track awards. I need to

create a document register where the award can be tracked if it were to

leave the office and go back to the recommender for corrections or come

back.
Basic Lay out would be
Main Form: Name, SSN, Recommended Award, Company
Subform: Date Received, reason received, Date Out
Problem is when I have to enter an award for the same person but for
different circumstances, the subform will show the same data on both
awards. I need it to be separate.
Thanks

Nov 13 '05 #1
2 2204
sounds like you need to differentiate the awards.

Person--(1,M)---WinsAward---(M,1)---Award

WinsAward--(1,M)--AwardMovement (Subform)

WinsAward would have its own unique ID (maybe an autonumber) and then
you could link that field to "AwardMovement" or whatever - the
individual award/documentation being shipped back and forth. And the
last record should be the current location of the award.

Nov 13 '05 #2
In the military we use SSN's I know this is an issue with some, but
this is how Soldiers are tracked due to the number we have.

My solution was to create an AwardsID on my main and subform. I then
indexed it and allowed duplicates. I did the same thing with the SSN.
Now when I add an aditional award on a Soldier the subform duplicates
the AwardID on the main and subform allowing it to be separated from
the first award submitted.

So everytime I click on a different award for a Soldier I see only the
history of that award, thus creating and effective document tracker.

Thanks

Nov 13 '05 #3

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

Similar topics

5
2168
by: Jerrykhan | last post by:
Hello, who know the best Bug tracker system on a Python/Zope server ? BugZilla is Perl oriented (beuh !!) What about others ? Is A python oriented BugZilla like exists ? or need I write it ? ...
1
3252
by: jcharth | last post by:
Hello, I thought there was an issue tracker that came with ms access but i was wrong. does anyone know where i can get one. Or should i just make one.?
0
1737
by: Stephen Walther | last post by:
Microsoft has released the final version of the ASP.NET Issue Tracker Starter Kit. The Issue Tracker Starter Kit is a free application produced by Microsoft which illustrates best-practices when...
158
6279
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends...
1
1583
by: bcannon | last post by:
At the beginning of the month the PSF Infrastructure committee announced that we had reached the decision that JIRA was our recommendation for the next issue tracker for Python development....
1
1697
by: zig158 | last post by:
I am in the early stages of creating a Hamachi like peer-to-peer VPN application that has the ease of use of Hamachi with the flexibility of OpenVPN. Hamachi is nice but is to limited and not open...
0
990
by: Brett Cannon | last post by:
On August 23rd Python will be moving off of SourceForge and over to our own issue tracker run on Roundup (http://bugs.python.org/). During the transition there will be a time where the...
0
1063
by: Sells, Fred | last post by:
I've been tasked with either implementing Request-Tracker to upgrade our help desk issue tracking system or finding a Python equivalent (both in terms of functionality and wide spread use). ...
0
1158
by: M.-A. Lemburg | last post by:
On 2008-04-29 22:15, Sells, Fred wrote: You should have a look at Trac (http://trac.edgewall.org/) and roundup (http://roundup.sourceforge.net/). Both are written in Python and provide...
0
7134
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
7395
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...
1
4921
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...
0
4609
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...
0
3108
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...
0
3103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
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 ...
1
667
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
311
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.