E
EMILYTAN via AccessMonster.com
Below are my 2 tables:-
Table1
ItemID (primary key)
Days
Table 2
Serial number(primary key)
ItemID
dateExpired
I need the dateExpired to be auto calculated when I enter the ItemID. The
dateExpired is today's date + the days in the table 1...May I know the way?
Table1
ItemID (primary key)
Days
Table 2
Serial number(primary key)
ItemID
dateExpired
I need the dateExpired to be auto calculated when I enter the ItemID. The
dateExpired is today's date + the days in the table 1...May I know the way?