AccessWater
Registered User.
- Local time
- Today, 06:27
- Joined
- Jun 14, 2006
- Messages
- 52
I have a table (A) with three variables: ProjectID, SubprofileID, and Budget. A projectID may have several subprofileIDs. I need to update this table monthly. Each month, I will get a table (B) with exact format. I want to update table A using data from Table B. I used UPDATE..... Left JOIN. But there is a probelm. For example, if project XX is not in Table B, the budget of project XX will be empty in Table A after updating whcih originally has data. Also, if Table B has a new Project YY, it is not added into Table A.
Could anyone help me with it?
Thank you very mcuh.
Could anyone help me with it?
Thank you very mcuh.