N
nancy
Name in table changes when making a change to a different name on a form
This is how I set up a switch board and form
Switchboard
Combo box: lists last names of clients. Row Source is linked to a name query
Button to open a form based on the last name selected in the combo box.
On click: it opens a form that contains client information.
The command for the button is;
Participants1, Form, , [P Last Name]=[Forms]![Switchboard]![CombLast Name],
Edit, Normal
Command – Form name - Participants1
- View - Form
- Where condition – [P Last Name]=[Forms]![Switchboard]![CombLast Name]
- Data mode – Edit
- Window mode – normal
-
The name query is linked to a table called “Participantsâ€.
The form “participants1†is opened to the name that was chosen in the combo
box
The participant form is linked to a table called “Participantsâ€
I need to do editing to the client information.
Since the form is still under construction. I will get into design view and
make changes to the form.
When I close the form for some reason the last name of a different person in
the table will change to the name that was selected.
Is there something I need to change to prevent this.
This is how I set up a switch board and form
Switchboard
Combo box: lists last names of clients. Row Source is linked to a name query
Button to open a form based on the last name selected in the combo box.
On click: it opens a form that contains client information.
The command for the button is;
Participants1, Form, , [P Last Name]=[Forms]![Switchboard]![CombLast Name],
Edit, Normal
Command – Form name - Participants1
- View - Form
- Where condition – [P Last Name]=[Forms]![Switchboard]![CombLast Name]
- Data mode – Edit
- Window mode – normal
-
The name query is linked to a table called “Participantsâ€.
The form “participants1†is opened to the name that was chosen in the combo
box
The participant form is linked to a table called “Participantsâ€
I need to do editing to the client information.
Since the form is still under construction. I will get into design view and
make changes to the form.
When I close the form for some reason the last name of a different person in
the table will change to the name that was selected.
Is there something I need to change to prevent this.