A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Document Tracking



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2009, 11:11 AM posted to microsoft.public.access.tablesdbdesign
Kutty
external usenet poster
 
Posts: 74
Default Document Tracking

Table1
ID_NO Primary key
EMPL_NAME


Table2
ID_NO Foreign key
TRACK_NO
DOCUMENT_NAME
PROCESS_NAME
DATE_FORWARDEDTO

TRACK_NO is Auto Number

I have 2 tables to maintain data base of daily tracking of documents which
is forwarding to different department after signature of my boss. Whenever I
want to track the documents which I forwarded I find out from the physical
file I have to search data base. Each physical file I made by employees
name. Whenever I enter new record in table 2 I need new record by producing
new Auto number in TRACK_NO field.

Would appreciate your great favor. How to do this?

  #2  
Old March 4th, 2009, 04:46 PM posted to microsoft.public.access.tablesdbdesign
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Document Tracking

Create a one-to-many relationship between Table1 and Table2 on ID_NO. Set
Referential Integerity and Cascade Updates.
Use form/subform for Employee/Track_No with Master/Child link set on ID_NO.
Use a combo box to select the Employee.
--
KARL DEWEY
Build a little - Test a little


"Kutty" wrote:

Table1
ID_NO Primary key
EMPL_NAME


Table2
ID_NO Foreign key
TRACK_NO
DOCUMENT_NAME
PROCESS_NAME
DATE_FORWARDEDTO

TRACK_NO is Auto Number

I have 2 tables to maintain data base of daily tracking of documents which
is forwarding to different department after signature of my boss. Whenever I
want to track the documents which I forwarded I find out from the physical
file I have to search data base. Each physical file I made by employees
name. Whenever I enter new record in table 2 I need new record by producing
new Auto number in TRACK_NO field.

Would appreciate your great favor. How to do this?

  #3  
Old March 7th, 2009, 05:40 AM posted to microsoft.public.access.tablesdbdesign
Kutty
external usenet poster
 
Posts: 74
Default Document Tracking

Please explain the below two line :
Use form/subform for Employee/Track_No with Master/Child link set on ID_NO.
Use a combo box to select the Employee.
What you mean by use form/subform for Employee/Track_No? I have confusion.

"karl dewey" wrote:

Create a one-to-many relationship between Table1 and Table2 on ID_NO. Set
Referential Integerity and Cascade Updates.
Use form/subform for Employee/Track_No with Master/Child link set on ID_NO.
Use a combo box to select the Employee.
--
KARL DEWEY
Build a little - Test a little


"Kutty" wrote:

Table1
ID_NO Primary key
EMPL_NAME


Table2
ID_NO Foreign key
TRACK_NO
DOCUMENT_NAME
PROCESS_NAME
DATE_FORWARDEDTO

TRACK_NO is Auto Number

I have 2 tables to maintain data base of daily tracking of documents which
is forwarding to different department after signature of my boss. Whenever I
want to track the documents which I forwarded I find out from the physical
file I have to search data base. Each physical file I made by employees
name. Whenever I enter new record in table 2 I need new record by producing
new Auto number in TRACK_NO field.

Would appreciate your great favor. How to do this?

  #4  
Old March 7th, 2009, 07:00 AM posted to microsoft.public.access.tablesdbdesign
Kutty
external usenet poster
 
Posts: 74
Default Document Tracking

Do you mean set Master/Child link with Track_No with ID_No ?

"Kutty" wrote:

Please explain the below two line :
Use form/subform for Employee/Track_No with Master/Child link set on ID_NO.
Use a combo box to select the Employee.
What you mean by use form/subform for Employee/Track_No? I have confusion.

"karl dewey" wrote:

Create a one-to-many relationship between Table1 and Table2 on ID_NO. Set
Referential Integerity and Cascade Updates.
Use form/subform for Employee/Track_No with Master/Child link set on ID_NO.
Use a combo box to select the Employee.
--
KARL DEWEY
Build a little - Test a little


"Kutty" wrote:

Table1
ID_NO Primary key
EMPL_NAME


Table2
ID_NO Foreign key
TRACK_NO
DOCUMENT_NAME
PROCESS_NAME
DATE_FORWARDEDTO

TRACK_NO is Auto Number

I have 2 tables to maintain data base of daily tracking of documents which
is forwarding to different department after signature of my boss. Whenever I
want to track the documents which I forwarded I find out from the physical
file I have to search data base. Each physical file I made by employees
name. Whenever I enter new record in table 2 I need new record by producing
new Auto number in TRACK_NO field.

Would appreciate your great favor. How to do this?

  #5  
Old March 7th, 2009, 12:52 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Document Tracking

No, Karl means that you'd have ID_NO as both the Master and Child Link Field
values.

The form being used as the parent would be bound to Table 1, and the form
being used as a subform would be bound to Table 2. You need to link via
ID_NO so that the subform only shows those records that correspond to what's
being displayed on the parent form.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Kutty" wrote in message
...
Do you mean set Master/Child link with Track_No with ID_No ?

"Kutty" wrote:

Please explain the below two line :
Use form/subform for Employee/Track_No with Master/Child link set on
ID_NO.
Use a combo box to select the Employee.
What you mean by use form/subform for Employee/Track_No? I have
confusion.

"karl dewey" wrote:

Create a one-to-many relationship between Table1 and Table2 on ID_NO.
Set
Referential Integerity and Cascade Updates.
Use form/subform for Employee/Track_No with Master/Child link set on
ID_NO.
Use a combo box to select the Employee.
--
KARL DEWEY
Build a little - Test a little


"Kutty" wrote:

Table1
ID_NO Primary key
EMPL_NAME


Table2
ID_NO Foreign key
TRACK_NO
DOCUMENT_NAME
PROCESS_NAME
DATE_FORWARDEDTO

TRACK_NO is Auto Number

I have 2 tables to maintain data base of daily tracking of documents
which
is forwarding to different department after signature of my boss.
Whenever I
want to track the documents which I forwarded I find out from the
physical
file I have to search data base. Each physical file I made by
employees
name. Whenever I enter new record in table 2 I need new record by
producing
new Auto number in TRACK_NO field.

Would appreciate your great favor. How to do this?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:45 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.