are u using the same field name twice in your query?
> hello,
>
[quoted text clipped - 5 lines]
>
> what can be the reason ?
On Tue, 27 Mar 2007 16:04:09 -0700, ???? ????? <yarivr@tasmc.health.gov.il>
wrote:
>hello,
>
[quoted text clipped - 5 lines]
>
>what can be the reason ?
If you use the same fieldname twice, you MUST explicitly name the table: put
[tablename].[fieldname] wherever you refer to the field, so Access can tell
which table's field you mean.
It's also a good idea to define an Alias name: in the query grid put
NewName: [tablename].[fieldname]
where NewName is some name not used elsewhere in the query.
John W. Vinson [MVP]
יריב החביב - 29 Mar 2007 10:30 GMT
thank you john !!!

Signature
תודה רבה
> On Tue, 27 Mar 2007 16:04:09 -0700, ???? ????? <yarivr@tasmc.health.gov.il>
> wrote:
[quoted text clipped - 20 lines]
>
> John W. Vinson [MVP]