arnelgp
..forever waiting... waiting for jellybean!
- Local time
- Tomorrow, 02:46
- Joined
- May 7, 2009
- Messages
- 20,186
if you have Join in your query, Right click on the Line connecting your tables.
the choose "include all records from [payment table] and only those records from [other table]..."
that will make your query Updatable.
Inner Join will make your query non-updateable.
the choose "include all records from [payment table] and only those records from [other table]..."
that will make your query Updatable.
Inner Join will make your query non-updateable.