Win XP
Access 2003
I am trying to build a complex form where a user can view and change the details of a Contract.
The form has a tab control that contains different sections of of the contract to keep the screen size down.
On each tab, there is a form based on a crosstab query that displays each point and the amount by year. I will use an onclick event to bring up a form where the user can add/delete/change the details. So my only concern is getting the data to display correctly
So depending on the start date of the contract, the displayed years will vary.
I have been able to dynamicly run the query to use a subform setting the column headings at runtime. My problem is within the form itself.
I need to add/rename controls as each contract is viewed. I know I can do it at runtime, but only if the form is in design mode.
Is it possible to send a subform only into design mode to make these changes and then redisplay as the subform?
Would a subreport be a better choice?
how would you do it?
Please and Thank You
Access 2003
I am trying to build a complex form where a user can view and change the details of a Contract.
The form has a tab control that contains different sections of of the contract to keep the screen size down.
On each tab, there is a form based on a crosstab query that displays each point and the amount by year. I will use an onclick event to bring up a form where the user can add/delete/change the details. So my only concern is getting the data to display correctly
So depending on the start date of the contract, the displayed years will vary.
I have been able to dynamicly run the query to use a subform setting the column headings at runtime. My problem is within the form itself.
I need to add/rename controls as each contract is viewed. I know I can do it at runtime, but only if the form is in design mode.
Is it possible to send a subform only into design mode to make these changes and then redisplay as the subform?
Would a subreport be a better choice?
how would you do it?
Please and Thank You