I have a forms error Enter Parameter Value.
I think the error revolves around a subforms sfrmDetailGroupSummary property Link Child Fields line where i have
[sfrmGroupPeople].Form![ReservationID];[sfrmGroupPeople].Form![ID]
The sfrmDetailGroupSummary Link Master field line is ReservationID;ID
Maybe I need some kind of Parent! thing ??
The mainform is called frmReservation. The first subform is called sfrmGroupPeople that
contains the names or ID's of the people on the reservation.
The 2nd subform (one in question) sfrmDetailGroupSummary tries to link to sfrmGroupPeople
via the ReservationID and the persons ID, and then show the trips they are on.
In sfrmGroupPeople, I have field ReservationID as the Name and Control.
BUT ... i for the ID field, I have the Name as cboNameSearch and the Control as ID.
(Maybe this is my reason for the error???)
In sfrmDetailGroupsummary, the field name ReservationID is used for both the Name and Control
ID name is used for both Name and Control.
Thanks you for any advice.
I think the error revolves around a subforms sfrmDetailGroupSummary property Link Child Fields line where i have
[sfrmGroupPeople].Form![ReservationID];[sfrmGroupPeople].Form![ID]
The sfrmDetailGroupSummary Link Master field line is ReservationID;ID
Maybe I need some kind of Parent! thing ??
The mainform is called frmReservation. The first subform is called sfrmGroupPeople that
contains the names or ID's of the people on the reservation.
The 2nd subform (one in question) sfrmDetailGroupSummary tries to link to sfrmGroupPeople
via the ReservationID and the persons ID, and then show the trips they are on.
In sfrmGroupPeople, I have field ReservationID as the Name and Control.
BUT ... i for the ID field, I have the Name as cboNameSearch and the Control as ID.
(Maybe this is my reason for the error???)
In sfrmDetailGroupsummary, the field name ReservationID is used for both the Name and Control
ID name is used for both Name and Control.
Thanks you for any advice.