Hi i have a challenge with a form included a subform. Subform is based on a query which show the column last year and current year and some other stuff from the table person. A user can click on a button which will insert a new column in the table person, the new columname would then be Year2003.
Then i need to update query, i.e. last year should be set to 2002 and current year to 2003. What i do is i change the sql statment, put it in the recordsource of the subform and then do a requery on the subform.
But it won't work! If i check the recordsource everything looks fine, but the subform doesn't update.
Anyone have idea of what to do
Then i need to update query, i.e. last year should be set to 2002 and current year to 2003. What i do is i change the sql statment, put it in the recordsource of the subform and then do a requery on the subform.
But it won't work! If i check the recordsource everything looks fine, but the subform doesn't update.
Anyone have idea of what to do