R
raymondp
I have created a form to input new data into the database. The data table
for the database is called "TAODailyLog". In this table the column headings
are Date, Site ID, Buoy ID, WMO ID, and Deploy Date (there are others, but
these are the important ones). I have another table called "siteid". This
table I use primarily for looking up values. In the "siteid" table, the
columns are Order, SiteID, pmID, wmoID, and juliandeployed. With each new
record that is placed into the database, the user must put in the Site ID,
Buoy ID, WMO ID and the Deploy Date. Currently, I have the form setup with
combo boxes for each field. For example, I have the combo box to look up the
values for the Buoy ID (to fill in that field for the "TAODailyLog") from the
"siteid" table from the pmID field in that table. Although this works well
it can be a bit cumbersome. What I would like to do is have this process
automated in some fashion. For example, have the user fill in the Site ID
field on the form and then have the other fields (Buoy ID, WMO ID, and Deploy
Date) fill in automatically using the value in the Site ID as the look up
reference. The alternative is to have a combo box that can return more than
one value and I haven't figured out how to do that.
For each Site ID there is a unique Buoy ID, WMO ID, and Deploy Date.
Inputting these are really a way to help sort and find data later. The only
thing that changes is the description that changes everyday.
Any help would be greatly appreciated.
for the database is called "TAODailyLog". In this table the column headings
are Date, Site ID, Buoy ID, WMO ID, and Deploy Date (there are others, but
these are the important ones). I have another table called "siteid". This
table I use primarily for looking up values. In the "siteid" table, the
columns are Order, SiteID, pmID, wmoID, and juliandeployed. With each new
record that is placed into the database, the user must put in the Site ID,
Buoy ID, WMO ID and the Deploy Date. Currently, I have the form setup with
combo boxes for each field. For example, I have the combo box to look up the
values for the Buoy ID (to fill in that field for the "TAODailyLog") from the
"siteid" table from the pmID field in that table. Although this works well
it can be a bit cumbersome. What I would like to do is have this process
automated in some fashion. For example, have the user fill in the Site ID
field on the form and then have the other fields (Buoy ID, WMO ID, and Deploy
Date) fill in automatically using the value in the Site ID as the look up
reference. The alternative is to have a combo box that can return more than
one value and I haven't figured out how to do that.
For each Site ID there is a unique Buoy ID, WMO ID, and Deploy Date.
Inputting these are really a way to help sort and find data later. The only
thing that changes is the description that changes everyday.
Any help would be greatly appreciated.