On Thu, 18 Sep 2003 07:36:27 -0700, "Rick" <(E-Mail Removed)> wrote:
>John - How would the query know to append the current data
>into a new record? Should I use the filtered query that
>is used to open the form or create a new query to append
>the data just for that button?
You would need criteria on the Query (probably referencing a control
on the form) to select the appropriate records. Since I have no idea
how your form, tables, or queries are structured I obviously can't
tell you just what that query would be, but you can probably put
something like
=[Forms]![nameofyourform]![nameofacontrol]
on a criteria line to select records pertaining to the currently
displayed record on the form.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public