B
Beakie
I have been tasked with building a database that keeps track of all the
different permits and licenses for our organization along with when they will
expire (dates and renewal frequencies vary), and am not sure if what I want
to it to accomplish can be achieved. I have the main license table that will
include all the licenses by site, with one record for each different license
(fields include site, license type, license number, expiration date, renewal
frequency in days, vendor name), and then another table that will be updated
with the payment information for each license (fields include site, license
number, vendor name, payment date, payment amount). What I want is for the
expiration date in the license table to automatically update to the next
expiration date when payment information for the license is entered into the
payment table. The payment table will be an ongoing history, meaning that it
will end up having multiple records for a license each time it is renewed, so
I also need to know if it's possible for each specific license expiration
date to update each time a new payment record is entered for it, despite
having other payment records in the table. I would like to know if this is
possible and if so, within my capabilites and knowledge of Access (advanced
beginner to intermediate knowledge). Any suggestions, ideas and tips on how
to accomplish this are appreciated...
different permits and licenses for our organization along with when they will
expire (dates and renewal frequencies vary), and am not sure if what I want
to it to accomplish can be achieved. I have the main license table that will
include all the licenses by site, with one record for each different license
(fields include site, license type, license number, expiration date, renewal
frequency in days, vendor name), and then another table that will be updated
with the payment information for each license (fields include site, license
number, vendor name, payment date, payment amount). What I want is for the
expiration date in the license table to automatically update to the next
expiration date when payment information for the license is entered into the
payment table. The payment table will be an ongoing history, meaning that it
will end up having multiple records for a license each time it is renewed, so
I also need to know if it's possible for each specific license expiration
date to update each time a new payment record is entered for it, despite
having other payment records in the table. I would like to know if this is
possible and if so, within my capabilites and knowledge of Access (advanced
beginner to intermediate knowledge). Any suggestions, ideas and tips on how
to accomplish this are appreciated...