G
Guest
I have a query that add lines into a table, but I want that this same query
also changes the data in the table when is necessary. Right now the query is
giving me a new line with the same id and the new data. The problem with that
is that I have calculation queries link to that table and if I have 2 lines
with the same id and different data that may cause problems.
also changes the data in the table when is necessary. Right now the query is
giving me a new line with the same id and the new data. The problem with that
is that I have calculation queries link to that table and if I have 2 lines
with the same id and different data that may cause problems.