A
Arunoday
Sir i want to design a table where i need to store the data of individual
with their clothing details.
Suppose a employee is issued 50 types of different clothes after specific
durabiility of that particular clothes. like if i issue a overall to a
employee, the table should contain the details with these fields:-
EmpID
ItemNo
ItemDescription
QtyIssued
dateIssued
ItemLIfe
NextDueDate
Here no fields are the unique fields because the same item can be issued
several times to particular individual..
now the point is if i want to issue 50 different clothes with the same fields
(ItemNo, ItemDescription, QtyIssued, DateIssued, ItemLIfe, NextDueDate) in
res[pect of the single individual the total field no. will be 250, and it is
really a heavy for for designed form to enter a data.
so sir, can u suggest me the easiest way to make a table with few fields.
here i need to store as well as retrieve the data from the table for future
use. where i can issue particular item after the expiry date of particular
item showed in the NextDueDate field..
with their clothing details.
Suppose a employee is issued 50 types of different clothes after specific
durabiility of that particular clothes. like if i issue a overall to a
employee, the table should contain the details with these fields:-
EmpID
ItemNo
ItemDescription
QtyIssued
dateIssued
ItemLIfe
NextDueDate
Here no fields are the unique fields because the same item can be issued
several times to particular individual..
now the point is if i want to issue 50 different clothes with the same fields
(ItemNo, ItemDescription, QtyIssued, DateIssued, ItemLIfe, NextDueDate) in
res[pect of the single individual the total field no. will be 250, and it is
really a heavy for for designed form to enter a data.
so sir, can u suggest me the easiest way to make a table with few fields.
here i need to store as well as retrieve the data from the table for future
use. where i can issue particular item after the expiry date of particular
item showed in the NextDueDate field..