> >
> > Sir,
> > The database we are connecting is MSAccess. So CTOD() won't work. There are rules for Union-ing the tables - all f4 should be same type. We can do it all in a single query, but the result fields are returned as 'Memo' if we use any of the legal functions.
> > I request for an Expert opinion -
> > Is there any difference in querying the above tables one after another then Union-ing the same and using one single query. What’s actually happening behind the scene?. Which is the safe way?
> > With Regards,
> > Biju Thomas
>
> Biju
>
> Access DB? You have my heartfelt sympathy :)
>
> OK do it in a series of queryies. You will probably have to use a series of queryies. You can pull the date field in as a date (in your earlier query) and then convert it to string in the UNION query.
>
> Ken
> You shall know the truth - and the truth shall set you free. (John 8:33)
Sir,
What's wrong with Access.
With Regards,
Biju Thomas