G
Gnowor
Got a subform that displays records relating to sales generated by certain
agents (main form displays agents info). When the user enters a new value in
the subform, if the agent is a member of a team, I want it to add that sale
record to each member of the team. I was going to use an unbound control
that displayed the info, and an afterupdate event with if team = "" insert
into table values followed by an else statement to run an append query that
filtered by the team name in the currently select agent. Problem is that the
way I read the help file on the multi-record insert into statement, it looks
like it just adds records from another table, and i need it to add the same
values to a record for each agent on the team. Suggestions?
-eD
agents (main form displays agents info). When the user enters a new value in
the subform, if the agent is a member of a team, I want it to add that sale
record to each member of the team. I was going to use an unbound control
that displayed the info, and an afterupdate event with if team = "" insert
into table values followed by an else statement to run an append query that
filtered by the team name in the currently select agent. Problem is that the
way I read the help file on the multi-record insert into statement, it looks
like it just adds records from another table, and i need it to add the same
values to a record for each agent on the team. Suggestions?
-eD