I have a DB table in MS Access of 200 rows & 10 col. I filter a specific value (say for e,g "open Issues") in 5th column & I get a result of 40 rows (i.e out of 200). Now I want to update these 40 rows/records via " COLLECT DATA & UPDATE THROUGH E-MAIL ". which I cant. The update through email Process takes by default the whole table of 200 rows.
so I Create a new table by copy/paste these 40 rows from the original table & start updating it.
Is there any way where I can dynamically link the two tables.
Link in the sense...changes made in the new table of 40 rows will automatically get reflected in the original dB. as they both have the same primary key.
& dynamic in the sense. ... The new table has to be created every 4-5 hours which can contain different number of records in different times. (like sometimes 40, sometimes 60 ).
Please suggest
so I Create a new table by copy/paste these 40 rows from the original table & start updating it.
Is there any way where I can dynamically link the two tables.
Link in the sense...changes made in the new table of 40 rows will automatically get reflected in the original dB. as they both have the same primary key.
& dynamic in the sense. ... The new table has to be created every 4-5 hours which can contain different number of records in different times. (like sometimes 40, sometimes 60 ).
Please suggest
Comment