K
Kutty
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?
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?