Click to See Complete Forum and Search --> : Ms Acces Help Urgent!!


Ben Reynders
December 19th, 2003, 09:25 AM
Hi,
Does sombody know how i can filter the contacts in my database table into two new table, one with the name prospects, one white the name none prospects. If you would look to the database, you would probably understand my problem.

ITGURU
December 31st, 2003, 02:13 AM
I have added two different queries one for extracting and inserting Prospect record in Prospect table (qryMoveProspect) and other for non Prospect record in non prospect table (qryMoveNonProspect).

Hope this will solve your problem.

Ben Reynders
December 31st, 2003, 07:35 AM
thx itguru, that solved my problem!