Dear All,
Thank you for a great forum.
I have the following problem.
I have the following tables.
[green]
CallsLogged
Updates
Assistant
FreqAssistants
CallLogger
FreqLoggers
[/green]
The tables have the following relationships.
[green]CallsLogged[/green] the central table, has the following relationships.
Table [green]CallsLogged[/green] with primary key field [COLOR=red yellow]Reference[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]CallReference[/color] in Table [green]CallLogger[/green]
Table [green]CallsLogged[/green] with primary key field [COLOR=red yellow]Reference[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]AssignedReference [/color]in Table [green]Assistant[/green]
The next 2 links are to the tables
[green]
FreqAssistants
FreqLoggers
[/green]
Table [green]FreqAssistants[/green] with primary key field [COLOR=red yellow]NameCode[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]AssistantCode[/color]in Table [green]Assistant[/green]
AND
Table [green]FreqLoggers[/green] with primary key field [COLOR=red yellow]NameCode[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]RegistrarCode[/color]in Table [green]CallLogger[/green]
What I want to happen is the following.
When in my form [teal]LogCall[/teal] when the user goes to the Assistant area to fill in the [COLOR=red yellow] AssistantCode [/color] into the table [green]Assistant[/green]
If they fill in a recognised code TS for example, if that code exists in the table[green]FreqAssistants[/green];
for the data in table [green]Assistant[/green]to be updated with the already stored
Name, Surname, TelephoneNumber, E-mail from the table [green]FreqAssistants[/green];
as it is tedious for users to continually type in the same details again and again.
Any help will be greatly appreciated
Thank you!
Thank you,
Kind regards
Triacona
Thank you for a great forum.
I have the following problem.
I have the following tables.
[green]
CallsLogged
Updates
Assistant
FreqAssistants
CallLogger
FreqLoggers
[/green]
The tables have the following relationships.
[green]CallsLogged[/green] the central table, has the following relationships.
Table [green]CallsLogged[/green] with primary key field [COLOR=red yellow]Reference[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]CallReference[/color] in Table [green]CallLogger[/green]
Table [green]CallsLogged[/green] with primary key field [COLOR=red yellow]Reference[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]AssignedReference [/color]in Table [green]Assistant[/green]
The next 2 links are to the tables
[green]
FreqAssistants
FreqLoggers
[/green]
Table [green]FreqAssistants[/green] with primary key field [COLOR=red yellow]NameCode[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]AssistantCode[/color]in Table [green]Assistant[/green]
AND
Table [green]FreqLoggers[/green] with primary key field [COLOR=red yellow]NameCode[/color] [blue]linked to[/blue] primary key field [COLOR=red yellow]RegistrarCode[/color]in Table [green]CallLogger[/green]
What I want to happen is the following.
When in my form [teal]LogCall[/teal] when the user goes to the Assistant area to fill in the [COLOR=red yellow] AssistantCode [/color] into the table [green]Assistant[/green]
If they fill in a recognised code TS for example, if that code exists in the table[green]FreqAssistants[/green];
for the data in table [green]Assistant[/green]to be updated with the already stored
Name, Surname, TelephoneNumber, E-mail from the table [green]FreqAssistants[/green];
as it is tedious for users to continually type in the same details again and again.
Any help will be greatly appreciated
Thank you!
Thank you,
Kind regards
Triacona