trebor3900
Registered User.
- Local time
- Today, 11:16
- Joined
- Apr 26, 2005
- Messages
- 47
I have a Mainform with a subform linked to a table.
Within the subform i have a number of individual checkboxes and a field [Year].
One checkbox, [checkboxIssue] i have wanted to link two update queries in order
to update the field[Year] with the contents of a [textboxValue] on the Mainform,
depending on the state of [checkboxIssue].
I have run both queries manually, one after the other and the table was updated perfectly.
The problem is that when i link it to the click_Event of [checkboxIssue]
in the subform i get zero updates.
Linked to the Dirty_Event of the subform i get good results for all except the last ammended
record and zero results if ammending only one record.
I am a relative Newbie and have learned a great deal from this forums expertise.
Can anyone enlighten me to what i think will be my very basic error.
Basic or not i have driven myself mad trying to solve it..:-(
Within the subform i have a number of individual checkboxes and a field [Year].
One checkbox, [checkboxIssue] i have wanted to link two update queries in order
to update the field[Year] with the contents of a [textboxValue] on the Mainform,
depending on the state of [checkboxIssue].
I have run both queries manually, one after the other and the table was updated perfectly.
The problem is that when i link it to the click_Event of [checkboxIssue]
in the subform i get zero updates.
Linked to the Dirty_Event of the subform i get good results for all except the last ammended
record and zero results if ammending only one record.
I am a relative Newbie and have learned a great deal from this forums expertise.
Can anyone enlighten me to what i think will be my very basic error.
Basic or not i have driven myself mad trying to solve it..:-(