Recent content by KARI854

  1. K

    How to display a modified recordset in a query ?

    Thanks for your answers. I have a table with different rows like : Field 1 Field 2 A 1 A 6 A 3 B 1 B 4 B 5 And I want to make a query which is going to give me the following result (without changing the source table) : Line 1 A X...
  2. K

    How to display a modified recordset in a query ?

    Hello everybody, I'm trying to create a query which displays records from a table but with some modifications. I tried the following simple code which updates directly the source table. Could you tell me what's missing to display the modifications only in a query without modifying the source...
Back
Top Bottom