i'm new to
VB and Access and this is my situation:
i have a database with different fields such as CUSTOMER_ID, CUSTOMER_NAME, CUSTOMER_TOTAL $
everyday i get new information about some customers with these same fields but the CUSTOMER_TOTAL $ field might have a different number. i'm going to have this new information in a new table in the database.
now what i want to do is somehow use some coding that allows me to:
look in the new data if any of the customers in the main table has a new CUSTOMER_TOTAL $ value in the new data, and add the new value to the value in the master table. we will be doing this same operation daily so i will also need some way of storing the code so i don't have to re-type it every time
i was thinking that this could be done somehow through
VB coding, but i don't know how to do it. whatever info will be greatly appreciated