G
Guest
I am creating a database for auditing purposes. I am fairly new to Access
and am not sure I am approaching the problem from the best angle, but here is
what I've got....I have a form with many combo boxes (over 100) that are
bound to fields on the main table. The values that are stored in these
fields will either be: correct, incorrect, FYI or N/A. Rather than create a
value list for every combo box, I created a second table and made the row
source type Table/query, and the row source is the name of the 2nd table
(tblDetermination). The value in the combo box is more often than not,
going to be "correct", so I want to make that the default value. I have
tried using the defaultvalue property, but I just can't seem to make it work.
Any suggestions?
and am not sure I am approaching the problem from the best angle, but here is
what I've got....I have a form with many combo boxes (over 100) that are
bound to fields on the main table. The values that are stored in these
fields will either be: correct, incorrect, FYI or N/A. Rather than create a
value list for every combo box, I created a second table and made the row
source type Table/query, and the row source is the name of the 2nd table
(tblDetermination). The value in the combo box is more often than not,
going to be "correct", so I want to make that the default value. I have
tried using the defaultvalue property, but I just can't seem to make it work.
Any suggestions?