database - How Do I make access to automatically update multiple fields in one table based on the value of a field from another table? -


so have 2 tables in database: a: "daily activities" b: "list of beneficiaries"

a has multiple fields can see in picture: http://i.stack.imgur.com/xmvic.png

likewise, b has own fields: http://i.stack.imgur.com/9iq8y.png

as can see, both table share 3 fields namely, “case_no”, “names” , “nature of case” . can assign fields let me take values 1 table another, don't want that. want input case no in table a , want access automatically fill next 2 fields “name” , “nature of case” pulling respective data sister table,b based on value of given case no. possible? if how can achieve that? in advance!

thanks above tip-off @gene, managed achieve results wanted whole thing work in first place. little awkward, yes helpful. : )


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -