Hi
I have a continuous form based on crosstab query results. The fields in the form is from the crosstab column headings.
I am looking for updating the records directly from the form such as on click of that item in the record need to be updated from a pop up/or values placed on the form header (as textbox or command buttons)
The structure of the record is like below
The column headings are such as Date, Apple, Orange, Mango
Date Apple Orange Mango
2001-01-22 12x 15d 9g
2001-01-23 6t 24g 12x
2001-01-24 22a 12e 7g
I am trying to update the value of any of the items (eg. 12x in Apple column to change as something else) what is the possible solution? I can place the new values in textbox or command buttons and click of this textbox/command button should change the value in the current field. Hope this is possible. Please guide me to right direction
I have a continuous form based on crosstab query results. The fields in the form is from the crosstab column headings.
I am looking for updating the records directly from the form such as on click of that item in the record need to be updated from a pop up/or values placed on the form header (as textbox or command buttons)
The structure of the record is like below
The column headings are such as Date, Apple, Orange, Mango
Date Apple Orange Mango
2001-01-22 12x 15d 9g
2001-01-23 6t 24g 12x
2001-01-24 22a 12e 7g
I am trying to update the value of any of the items (eg. 12x in Apple column to change as something else) what is the possible solution? I can place the new values in textbox or command buttons and click of this textbox/command button should change the value in the current field. Hope this is possible. Please guide me to right direction
Comment