Bill Moore
Registered User.
- Local time
- Today, 23:02
- Joined
- Dec 11, 2003
- Messages
- 51
I'm trying to do the following:
1. Create a main form with a single text box that will contain a complete or partial name of a client. There is also a command button that fires a query to select records matching the text box value.
2. I would like the returned records to display in a subform below the main form and not in the standard query return format. This really isn't the standard form/subform style where a one-to-many relationship exists between 2 tables but rather a one-to-many relationship between a single client name and the possible multiple entries for that client from a single table.
Would appreciate help on how to do this.
1. Create a main form with a single text box that will contain a complete or partial name of a client. There is also a command button that fires a query to select records matching the text box value.
2. I would like the returned records to display in a subform below the main form and not in the standard query return format. This really isn't the standard form/subform style where a one-to-many relationship exists between 2 tables but rather a one-to-many relationship between a single client name and the possible multiple entries for that client from a single table.
Would appreciate help on how to do this.