cenderawasih
MIS
Hi.....
I have a form that is bound to a table...let say table A. Table A contains only the current budget data. The previous budget data are moved into a history table. What I need is for the form to display all the current budget information plus the one field that contains the previous budget value in the history table.......
I cannot do a query to select the previous budget value field from the history table and bound my form to the query because there are so many codes in my form that refer to table A.
I also cannot use the DLookUp command because to get the budget value the Job Number and the subjob number from both tables must match........
Can anyone gives some idea how to solve my problem?
I have a form that is bound to a table...let say table A. Table A contains only the current budget data. The previous budget data are moved into a history table. What I need is for the form to display all the current budget information plus the one field that contains the previous budget value in the history table.......
I cannot do a query to select the previous budget value field from the history table and bound my form to the query because there are so many codes in my form that refer to table A.
I also cannot use the DLookUp command because to get the budget value the Job Number and the subjob number from both tables must match........
Can anyone gives some idea how to solve my problem?