C
cemax2009
Hi all,
I'm a beginner in VB 2008.
I'm using datagridview for display recordset of a MSAccess db. The
problem is: if I show a Access table, I can update it (there is "save"
icon in control box) but if I show an Access Query (View) I cant! Even
if the query is a simple query that do nothing else than sort a
recordset. Why this behavior?
I also tried to update manually via VB code
using .endedit() .updateall() but nothin change....
Why this?
Thanks in advance.
Max
I'm a beginner in VB 2008.
I'm using datagridview for display recordset of a MSAccess db. The
problem is: if I show a Access table, I can update it (there is "save"
icon in control box) but if I show an Access Query (View) I cant! Even
if the query is a simple query that do nothing else than sort a
recordset. Why this behavior?
I also tried to update manually via VB code
using .endedit() .updateall() but nothin change....
Why this?
Thanks in advance.
Max