Good Evening,
I have an entry form for a table named [Group Members]. The form has several fields deriving data from 2 other tables [Mail List] and [Groups] I wish to automatically display a Group ID when the relevant Group Name is selected from a drop down list.
The Row Source Code is as follows;
SELECT [GROUPS].[GROUPS ID}, [GROUPS].[GROUP NAME FROM GROUPS].
The Bound Column is 1.
This code fails to display the [GROUPS ID] when a Group Name is entered.
Which other controls do I need to modify to achieve this simple matter?
I have similar code installed to achieve auto display of Member ID when Member Name is entered. That code is equally ineffective.
Any suggestions would be exxtremely welcome.
Regards,
jcbhydro
I have an entry form for a table named [Group Members]. The form has several fields deriving data from 2 other tables [Mail List] and [Groups] I wish to automatically display a Group ID when the relevant Group Name is selected from a drop down list.
The Row Source Code is as follows;
SELECT [GROUPS].[GROUPS ID}, [GROUPS].[GROUP NAME FROM GROUPS].
The Bound Column is 1.
This code fails to display the [GROUPS ID] when a Group Name is entered.
Which other controls do I need to modify to achieve this simple matter?
I have similar code installed to achieve auto display of Member ID when Member Name is entered. That code is equally ineffective.
Any suggestions would be exxtremely welcome.
Regards,
jcbhydro