M
Maria
Please excuse my lack of experience – I am just starting to program in
Access. I am using Access 2003 – not sure if this is important to know.
I have a DB with 3 forms y 4 tables. One table “tblValorParaCampos†is only
used for binding Combo Boxes with data.
Basically all 3 forms use the above table to populate Combo Boxes that exist
on each form.
This is an example of one form:
Form: fmProducts
Combo Boxes – Marca, MaqTipo, Modelo, Combustible
Table: tblProducts
Data for the Combo Boxes is using the “tblValorParaCampos†table and each
Combo box is bound using their respectful “Row Source†properties.
This method works – there is no issue with the Combo Boxes being populated
or working – it works properly.
My problem is that my users are not allowed to enter new data in the Combo
Box. If there is to be new data – I would place the new data in the
“tblValorParaCampos†table due to my boss not wanting anyone to enter new
data for any Combo Box. And the DB will be empty when my users start using
the DB.
However, I am not sure if this is the most efficient way of getting data
into the Combo Boxes. I was thinking it would be a better idea for the Combo
Box to get its data source from its respectful table without having to use a
different table. Obviously I would still have to populate any new data for
any Combo box.
But I cannot figure out a way of doing so - Is there a more efficient way?
All help is much appreciated.
thx
Maria
Access. I am using Access 2003 – not sure if this is important to know.
I have a DB with 3 forms y 4 tables. One table “tblValorParaCampos†is only
used for binding Combo Boxes with data.
Basically all 3 forms use the above table to populate Combo Boxes that exist
on each form.
This is an example of one form:
Form: fmProducts
Combo Boxes – Marca, MaqTipo, Modelo, Combustible
Table: tblProducts
Data for the Combo Boxes is using the “tblValorParaCampos†table and each
Combo box is bound using their respectful “Row Source†properties.
This method works – there is no issue with the Combo Boxes being populated
or working – it works properly.
My problem is that my users are not allowed to enter new data in the Combo
Box. If there is to be new data – I would place the new data in the
“tblValorParaCampos†table due to my boss not wanting anyone to enter new
data for any Combo Box. And the DB will be empty when my users start using
the DB.
However, I am not sure if this is the most efficient way of getting data
into the Combo Boxes. I was thinking it would be a better idea for the Combo
Box to get its data source from its respectful table without having to use a
different table. Obviously I would still have to populate any new data for
any Combo box.
But I cannot figure out a way of doing so - Is there a more efficient way?
All help is much appreciated.
thx
Maria