S
Sharon
I have a form called “daily patient info†which has bound list box controls
and text boxes.
I also have an unbound combo box named combo box 111
This box was created with the combo box wizard query and is based on another
Table called Referring Providers.
The combo box displays five columns. The first column is the auto id and
primary key and is not displayed by design. When a specific row is clicked
and selected from the combo box, the combo box is designed to only display
the second column of the combo box. (This is the Referring Provider Last Name
from the Table Referring Providers)
After the combo box there are 4 unbound text fields which display the
The next four columns in the combo box (Referring Provider First Name,
Clinic, Address 1 and Specialty One) these unbound text fields display based
on combo box name and column name
I would like to be able to save the information displayed in the combo box
field and in the subsequent text fields along with the rest of the record
data entered in the Form: Daily Patient Info to Table: Daily Patient Info.
I am a beginner in terms of anything beyond basic access operations so would
love an example and happy to provide additional information. I have attempted
trial an error solutions in after update, on close, etc from previous posts
but have not been successful in finding a working solution and have failed in
trying to use the after update examples in the sample Northwind database and
similar visual basic examples in the newsgroups posting.
This is a form to be used by beginners to enter and display data regarding
each patient visit and the provider referring them and is a substitute from
repetitive direct data entry into an excel spread sheet.
and text boxes.
I also have an unbound combo box named combo box 111
This box was created with the combo box wizard query and is based on another
Table called Referring Providers.
The combo box displays five columns. The first column is the auto id and
primary key and is not displayed by design. When a specific row is clicked
and selected from the combo box, the combo box is designed to only display
the second column of the combo box. (This is the Referring Provider Last Name
from the Table Referring Providers)
After the combo box there are 4 unbound text fields which display the
The next four columns in the combo box (Referring Provider First Name,
Clinic, Address 1 and Specialty One) these unbound text fields display based
on combo box name and column name
I would like to be able to save the information displayed in the combo box
field and in the subsequent text fields along with the rest of the record
data entered in the Form: Daily Patient Info to Table: Daily Patient Info.
I am a beginner in terms of anything beyond basic access operations so would
love an example and happy to provide additional information. I have attempted
trial an error solutions in after update, on close, etc from previous posts
but have not been successful in finding a working solution and have failed in
trying to use the after update examples in the sample Northwind database and
similar visual basic examples in the newsgroups posting.
This is a form to be used by beginners to enter and display data regarding
each patient visit and the provider referring them and is a substitute from
repetitive direct data entry into an excel spread sheet.