G
Guest
hello- (using access 2000)
After creating a mdb for managing patient information, I
decided to add a field "waist_circ" to a
table "clinic_visit" as a number. I succesfully added it
to the form for data entry, and added it to the report.
everything seems to go well until previewing the report
where instead of taking the data entered for the new
field, it pops a dialog box up and asks for
the "waist_circ" value.
interestingly, when i try to confirm the correct control
source on the report, the field list that usually has all
the table fields doesn't contain waist_circ . so i
manually add =[waist_circ] but still get the error. So how
can I add a field to my entire db and get it to link
correctly? there are no queries (yet) in my db, and my
report is limited to the current record being
edited/added. any thoughts?
After creating a mdb for managing patient information, I
decided to add a field "waist_circ" to a
table "clinic_visit" as a number. I succesfully added it
to the form for data entry, and added it to the report.
everything seems to go well until previewing the report
where instead of taking the data entered for the new
field, it pops a dialog box up and asks for
the "waist_circ" value.
interestingly, when i try to confirm the correct control
source on the report, the field list that usually has all
the table fields doesn't contain waist_circ . so i
manually add =[waist_circ] but still get the error. So how
can I add a field to my entire db and get it to link
correctly? there are no queries (yet) in my db, and my
report is limited to the current record being
edited/added. any thoughts?