L
Lee T.
We need to keep track of our keycards.
When a user loses, damages or ??? one of the cards they
are issued a new one. The person issuing the new one has a
third party product the records how many times that a
person has been issued a card. Management wants someone
to keep track of why they needed a new card and what
happened to the old card.
The vendor db stores the person and how many cards they
have been issued.
I can attach to this Vendor db and pull that data. What I
am looking to do is to create a table on my own the links
the name and the number of "new" cards. I would like
someway to auto populate my table with a record for each
of the lost cards.
My guess is that I need some kind of macro to be triggered
that will add a record to MY table when the card issuer
adds a new card to the VENDOR table. I don't know to, in
access, make a "trigger"...
TIA
Lee T.
When a user loses, damages or ??? one of the cards they
are issued a new one. The person issuing the new one has a
third party product the records how many times that a
person has been issued a card. Management wants someone
to keep track of why they needed a new card and what
happened to the old card.
The vendor db stores the person and how many cards they
have been issued.
I can attach to this Vendor db and pull that data. What I
am looking to do is to create a table on my own the links
the name and the number of "new" cards. I would like
someway to auto populate my table with a record for each
of the lost cards.
My guess is that I need some kind of macro to be triggered
that will add a record to MY table when the card issuer
adds a new card to the VENDOR table. I don't know to, in
access, make a "trigger"...
TIA
Lee T.