R
Robin Hickman
This has got to be a common and simple thing to do, but I can't seem to
find it in any of my books.
I am working on an Access 97 database that I use to track my clients.
There is a main table ("Clients") that stores all basic information such
as name, address, etc. Linked to that table in a one to many
relationship is a table ("Actions") that stores each step in the process
with my clients as it is scheduled and completed, with dates and notes,
etc. Each client may have any number of these steps attached to their
record.
I have a main form that shows each customers information and which has a
subform that shows each step associated with that client. What I want
is a button on the main form that I can click to preview a report that
contains the current client's name and address, etc. followed by each
record associated with that client in the Actions table. I have
designed a report that will do that for all the clients in the database,
but I don't know how to make it only show the one I am looking at when I
click the button.
Thanks in advance, this newsgroup has been of tremendous help in the past.
Robin
find it in any of my books.
I am working on an Access 97 database that I use to track my clients.
There is a main table ("Clients") that stores all basic information such
as name, address, etc. Linked to that table in a one to many
relationship is a table ("Actions") that stores each step in the process
with my clients as it is scheduled and completed, with dates and notes,
etc. Each client may have any number of these steps attached to their
record.
I have a main form that shows each customers information and which has a
subform that shows each step associated with that client. What I want
is a button on the main form that I can click to preview a report that
contains the current client's name and address, etc. followed by each
record associated with that client in the Actions table. I have
designed a report that will do that for all the clients in the database,
but I don't know how to make it only show the one I am looking at when I
click the button.
Thanks in advance, this newsgroup has been of tremendous help in the past.
Robin