Hi, I am createing a simple data entry with VBA in Access2000. My problem is that while in VBA to code somethings behind the scenes, the VBA doesn't pull all of the Objects from my table. e.g., I have a variable called SchDARE. Normally while coding I can type 'Me.' and the object list will drop down and will narrow to the object I am looking for as I continue to type. My problem is that the VBA is missing a few of the table variables. These are Numeric variables, nothing abnormal, and I am connecting them to individual checkboxes. Additionally as I save a record at the end of a complete entry I use VBA to recode the check box values within the table (we use different Y/N values;Yes = 5 and No=1, rather than the 0, -1). The program barks at me and says it doesn't recognize the variables. Why is VBA not reading the original variables from the table?
Thanks in advance,
Scot
Thanks in advance,
Scot