I have somewhat of non-standard setup i would presume as this Maintenance DB is being updated from a flatfile DB. Basically, I have 2 tables one called tblETR and the other tblLOG. tblETR primary key is the ETR (Job) number with a one to one relationship to tblLOG.ETR.
WHat I need to do is whenever the user creates or Updates the tblETR, I also have to create a Log entry which can be viewed from the Log table. The user has a requirement that EVERY ETR entry will have the associated memo field in the LOG table updated as well.
Should I use Recordsets to accomplish this and if so how would I go about it?
Thanks in Advance,
Jim Norris
WHat I need to do is whenever the user creates or Updates the tblETR, I also have to create a Log entry which can be viewed from the Log table. The user has a requirement that EVERY ETR entry will have the associated memo field in the LOG table updated as well.
Should I use Recordsets to accomplish this and if so how would I go about it?
Thanks in Advance,
Jim Norris