Rod
It sounds like you want to find "x" records in one recordset/table that are
NOT in another, then append those with a specific ImportDate.
Have you looked into the query wizard for "Missing..."?
Take a look at the TOP property of queries. This gives you a way of
qualifying the "missing ... query" to get some number of them. NOTE: you
HAVE to specify a sort order to get the TOP "x" rows you expect, otherwise,
Access chooses!
I'm not sure, right off the top of my head, how you'd gather an input value
for the TOP property as part of a query (in VB, sure, but in a query...?),
so you might have to use your "250" for this.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hello,
>
[quoted text clipped - 48 lines]
>
> Thanks much!
Rod - 07 Aug 2006 23:48 GMT
That sounds promising. I'll look into this...
> Rod
>
[quoted text clipped - 69 lines]
> >
> > Thanks much!
Rod - 07 Aug 2006 23:51 GMT
Start this by chosing "Create a query by using a wizard"?
> Rod
>
[quoted text clipped - 69 lines]
> >
> > Thanks much!
Jeff Boyce - 08 Aug 2006 00:10 GMT
Rod
From the database window, click on the toolbar button that helps you create
a new ... object (you'll need to use the dropdown arrow to select a new
query). You get prompted to create a type of query, with wizard help.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Start this by chosing "Create a query by using a wizard"?
>
[quoted text clipped - 81 lines]
>> >
>> > Thanks much!