Hi All,
Thanks for your comments. I believe I have solved this issue by
selecting query properties, changing Recordset Type from Dynaset to
Dynaset (Inconsistent Updates). It seems to be working.
Are there any problems to use the query with Dynaset (Inconsistent
Updates)?
Regards
John
jafortun@oakland.edu (James Fortune) wrote in message news:<a6ed3ce7.0406202141.5721fccb@posting.google. com>...[color=blue]
>
jnnybgud2000@yahoo.com (John) wrote in message news:<b5fa58b4.0406201815.31786d0c@posting.google. com>...[color=green]
> > Hi All,
> > I have a problem making changes to a query. The query is extracting
> > data from three different tables, but when I run the query in a form
> > or datasheet view I can't make any changes to the data. I can view the
> > data but not make changes.
> >
> > Can anyone help? I would like to make changes to the data.
> >
> > Thanks
> >
> > John[/color]
>
> One method to solve this problem is to join the tables only on Primary
> Keys, if possible. When that happens, Access often seems to be able
> to size up the situation and allow edits. If that doesn't solve it
> try using some 'IN' SQL constructions in criteria fields instead of
> the joins. Also, post the query SQL string you are using. You are
> likely to get some specific useful recommendations from this NG that
> way.
>
> James A. Fortune[/color]