Sportman1975
New member
- Local time
- Today, 08:14
- Joined
- Jul 1, 2010
- Messages
- 5
First of all: I have build some nice queries but I'm stuck right now. And I think it's relative easy to solve.
Table 1: Stamtabel clients (clients master table [no unique id])
Field name
1 Klantnaam (text)
2 klantnummer (text)
3 Max age (number)
4 Finance (text)
5 Nog te vorderen (number)
Query: data (all invoices)
Field name
1 Debtor number (text) [same as klantnummer]
2 Debtor name (text) [same as klantnaam]
3 Max age (number) [same as Max age]
4 Finance (text) [same as finance]
5 Open amount (number) [same as nog te vorderen]
Now I want to update the master table.
1) Add new numbers if applicable;
2) Update existing numbers with the new data
Can someone explain me how to do this?
Table 1: Stamtabel clients (clients master table [no unique id])
Field name
1 Klantnaam (text)
2 klantnummer (text)
3 Max age (number)
4 Finance (text)
5 Nog te vorderen (number)
Query: data (all invoices)
Field name
1 Debtor number (text) [same as klantnummer]
2 Debtor name (text) [same as klantnaam]
3 Max age (number) [same as Max age]
4 Finance (text) [same as finance]
5 Open amount (number) [same as nog te vorderen]
Now I want to update the master table.
1) Add new numbers if applicable;
2) Update existing numbers with the new data
Can someone explain me how to do this?