Hello
I have a database set up that is used for data entry. There are about 30 or so tables, and a seperate form for each table. Each form's recordsource corresponds to its unique table.
Some of these tables/forms are the same in design, but the data being entered into each is different, as they correspond to points in time.
for example:
there is a "Short Form 36" which data is recorded to for different points in time. Each timepoint has its own table and form:
tbl_SF36_wk00 frm_SF36_wk00
tbl_SF36_Mnth03 frm_SF36_Mnth03
tbl_SF36_Mnth06 frm_SF36_Mnth06
The user who is entering data reports errors such as the following:
when she enters data into, say , frm_SF36_wk00, the data should be recorded into tbl_SF36_wk00. Right?..... Not in this case! And the recordsource property POINTS EXACTLY TO THE CORRECT TABLE!
I have double, triple, quadruple checked this
The data went into tbl_SF36_Mnth03 instead!
Likewise, the data entered into frm_SF36_Mnth03, which should have gone to tbl_SF36_Mnth03, went into tbl_SF36_Mnth06 instead.
Once again, every single recordsource propery for every form is pointing to the exact table it should be. However these errors are still happening.
Am I going insane?
I have a database set up that is used for data entry. There are about 30 or so tables, and a seperate form for each table. Each form's recordsource corresponds to its unique table.
Some of these tables/forms are the same in design, but the data being entered into each is different, as they correspond to points in time.
for example:
there is a "Short Form 36" which data is recorded to for different points in time. Each timepoint has its own table and form:
tbl_SF36_wk00 frm_SF36_wk00
tbl_SF36_Mnth03 frm_SF36_Mnth03
tbl_SF36_Mnth06 frm_SF36_Mnth06
The user who is entering data reports errors such as the following:
when she enters data into, say , frm_SF36_wk00, the data should be recorded into tbl_SF36_wk00. Right?..... Not in this case! And the recordsource property POINTS EXACTLY TO THE CORRECT TABLE!
I have double, triple, quadruple checked this
The data went into tbl_SF36_Mnth03 instead!
Likewise, the data entered into frm_SF36_Mnth03, which should have gone to tbl_SF36_Mnth03, went into tbl_SF36_Mnth06 instead.
Once again, every single recordsource propery for every form is pointing to the exact table it should be. However these errors are still happening.
Am I going insane?