Dear All,
Thanks for a great forum.
I have a db that loggs calls and there are frequent assistants.
So instead of having to type in all these assistants details manually every time I created a table [green]FreqAssistants.[/green]
The table [green]FreqAssistants.[/green] has the following fields.
AssistantCode
Name
Surname
Title
TelephoneNumber
E-mail
I have a form [maroon]CallsLogged[/maroon]
It is linked to a query [blue]CallsLoggedQ[/blue]
it has the following relevant fields
AssistantCode
Name
Surname
Title
TelephoneNumber
E-mail
AssignedReference
I have a combo box [purple]cmbCmbChooseAssistant[/purple]
Control Source: AssistantCode
Input Mask:
Row Source Type: Table/Query
Row Source: SELECT FreqAssistants.AssistantCode, FreqAssistants.Name, FreqAssistants.Surname, FreqAssistants.Title, FreqAssistants.TelephoneNumber, FreqAssistants.[E-mail] FROM FreqAssistants;
Bound Column:1
Limit To List: Yes
Auto Expand: Yes
I wonder if there is a way to have more than 1 control source.
For example, AssistantCode, AssistantName etc.
So this would then from FreqAssistants table fill in all the relavant fields (as above) in the form CallsLogged.
Any help would be greatly appreciated.
Thank you
Thank you,
Kind regards
Triacona
Thanks for a great forum.
I have a db that loggs calls and there are frequent assistants.
So instead of having to type in all these assistants details manually every time I created a table [green]FreqAssistants.[/green]
The table [green]FreqAssistants.[/green] has the following fields.
AssistantCode
Name
Surname
Title
TelephoneNumber
I have a form [maroon]CallsLogged[/maroon]
It is linked to a query [blue]CallsLoggedQ[/blue]
it has the following relevant fields
AssistantCode
Name
Surname
Title
TelephoneNumber
AssignedReference
I have a combo box [purple]cmbCmbChooseAssistant[/purple]
Control Source: AssistantCode
Input Mask:
Row Source Type: Table/Query
Row Source: SELECT FreqAssistants.AssistantCode, FreqAssistants.Name, FreqAssistants.Surname, FreqAssistants.Title, FreqAssistants.TelephoneNumber, FreqAssistants.[E-mail] FROM FreqAssistants;
Bound Column:1
Limit To List: Yes
Auto Expand: Yes
I wonder if there is a way to have more than 1 control source.
For example, AssistantCode, AssistantName etc.
So this would then from FreqAssistants table fill in all the relavant fields (as above) in the form CallsLogged.
Any help would be greatly appreciated.
Thank you
Thank you,
Kind regards
Triacona