I have a form which has four tabs on it. Each tab is referencing fields in a table, but most of the fields are set as combo boxes. The combo boxes link to a lookup table (tblstatus)which give the choices of Yes,No or N/A. (was advised that this was better than lookupwizard). This appears to be working fine.
However, I would like the default value to be set to No rather than blank, as my reports (queries behind the reports) are looking for missing data where the field is set to No
I have set the default table properties of each field to No and also tried setting the default value of the combo box to No but when I add a new record all the fields remain blank.
Are there any other properties that I need to change in order to set the default value to No or would it be easier to change my queries to look for is null or No
Any assistance greatly appreciated
Marion
However, I would like the default value to be set to No rather than blank, as my reports (queries behind the reports) are looking for missing data where the field is set to No
I have set the default table properties of each field to No and also tried setting the default value of the combo box to No but when I add a new record all the fields remain blank.
Are there any other properties that I need to change in order to set the default value to No or would it be easier to change my queries to look for is null or No
Any assistance greatly appreciated
Marion