B
Blasting Cap
I have an access table that has optional values in it for four separate
fields. They are related as to the last 4 large items a person in the
table has purchased. The four fields are repeated 4 times.
In it the 4 fields are:
Property1 - a yes/no field (checkbox)
Property1Action - I want this to be a combo box that will populate with
the value of what's in the database for Property1Action if the Property1
field is filled in in the database.
Property1Number - the item number, a textbox
Property1Date - a textbox date field.
I want to fill in the Property1Action field if there's something in the
field on the database, but for new entries, I want it to prompt me with
a combo box to select what's in the field (it'll only be 1 of 2 values).
I don't have a lot of experience coding in Access, so I am sure that I'm
just overlooking something.
Can someone give me an idea as to how to populate Property1Action box
with the data in the database, yet to have it be able to select one of
two options in a combo box? I may also want to change these combo boxes
if they purchase something new, i.e. to "bump down" property1 to
property2, etc. Everything I've done thus far only has the combo box
give me one entry below it, and it's not populated with anything.
Any help would be greatly appreciated.
BC
fields. They are related as to the last 4 large items a person in the
table has purchased. The four fields are repeated 4 times.
In it the 4 fields are:
Property1 - a yes/no field (checkbox)
Property1Action - I want this to be a combo box that will populate with
the value of what's in the database for Property1Action if the Property1
field is filled in in the database.
Property1Number - the item number, a textbox
Property1Date - a textbox date field.
I want to fill in the Property1Action field if there's something in the
field on the database, but for new entries, I want it to prompt me with
a combo box to select what's in the field (it'll only be 1 of 2 values).
I don't have a lot of experience coding in Access, so I am sure that I'm
just overlooking something.
Can someone give me an idea as to how to populate Property1Action box
with the data in the database, yet to have it be able to select one of
two options in a combo box? I may also want to change these combo boxes
if they purchase something new, i.e. to "bump down" property1 to
property2, etc. Everything I've done thus far only has the combo box
give me one entry below it, and it's not populated with anything.
Any help would be greatly appreciated.
BC