E
Engels
I have two forms wheer on both i use a combo box to allow the user to select
the record from the drop down list. So far so straight forward.
However when the form is loaded the form (single form) diplays all the data
from one record except in the field my combo box represents.
I guess this is because the combo box represents a select query:
SELECT [Training Course];
where as all the data is from the table [Training Course]
I tried having the combo box select from the table instead of this query
however that just tries to update the field instead.
Help please
the record from the drop down list. So far so straight forward.
However when the form is loaded the form (single form) diplays all the data
from one record except in the field my combo box represents.
I guess this is because the combo box represents a select query:
SELECT [Training Course];
where as all the data is from the table [Training Course]
I tried having the combo box select from the table instead of this query
however that just tries to update the field instead.
Help please