access thread: make table from an union query ?
Message #1 by "carlier jacques" <jacques.carlier@c...> on Thu, 28 Nov 2002 14:42:13
|
|
HI,
maybe a simple question !
HOW can i make a table , via VBA, from the result of an union query ??
MANY THANKS ;;
J. carlier
BRUSSELS
BELGIUM
Message #2 by "carlier jacques" <jacques.carlier@c...> on Thu, 28 Nov 2002 14:47:49
|
|
ok,
i have found the solution
make another query like
SELECT * INTO tblUnion FROM qryUnion
> HI,
> maybe a simple question !
> HOW can i make a table , via VBA, from the result of an union query ??
> MANY THANKS ;;
> J. carlier
B> RUSSELS
B> ELGIUM
|