Table 1 consists of basic client data and the Client ID is the primary key. Table 2 is entry and exit data per admission to the program by client. Each client can have multiple admissions to the agency.
I want a datasheet subform with all the basic client data plus all admissions for that client. I would like it to be visible always in the Client Data Form. This would be for the data entry person to refer to. I created a query that shows it the way I want it. If Mary Smith has two admissions, in the query her name appears twice with each admission date, like the example below.
ClientID Name AdmissionID AdmissionDate
1 Mary Smith 1 1/15/01
1 Mary Smith 58 7/2/02
When I try to create a form, I can't seem to make it appear as a single datasheet. It creates a form with the client information and then puts in a subform with the admission info. I just want a listin a datasheet. Is there a way to make it do this?
Thanks as always. I've had help on 3 different databases in the last few days. Everything helped. I've learned an enormous amount from this forum.
I want a datasheet subform with all the basic client data plus all admissions for that client. I would like it to be visible always in the Client Data Form. This would be for the data entry person to refer to. I created a query that shows it the way I want it. If Mary Smith has two admissions, in the query her name appears twice with each admission date, like the example below.
ClientID Name AdmissionID AdmissionDate
1 Mary Smith 1 1/15/01
1 Mary Smith 58 7/2/02
When I try to create a form, I can't seem to make it appear as a single datasheet. It creates a form with the client information and then puts in a subform with the admission info. I just want a listin a datasheet. Is there a way to make it do this?
Thanks as always. I've had help on 3 different databases in the last few days. Everything helped. I've learned an enormous amount from this forum.