Dear all,
I have tried to make a tab control within a form, inside the tab control, I put a subform inside. However, how can I call the text field within tab control > subform ??
For example,
Main Form: frm_main
Tab Control: TabCtl48
tab1: Project_Details
tab2: Project_Milestones
tab3: Project_Tasks
Within tab2: Project_Milestones, I insert a subform called "subfrm_datasheet_milestone".
Inside the subfrm_datasheet_milestone, there are few fields,
- milestone_id
- project_id
- milestone_title
- start_date
- end_date
- percentage_completed
Link Child Fields = project_id
Link Master Fields = project_id
May I ask, how can I call the project_id within subfrm_datasheet_milestone? Because it always prompt me that it cannot find the object for it.
Please help!!
Regards,
s1police
I have tried to make a tab control within a form, inside the tab control, I put a subform inside. However, how can I call the text field within tab control > subform ??
For example,
Main Form: frm_main
Tab Control: TabCtl48
tab1: Project_Details
tab2: Project_Milestones
tab3: Project_Tasks
Within tab2: Project_Milestones, I insert a subform called "subfrm_datasheet_milestone".
Inside the subfrm_datasheet_milestone, there are few fields,
- milestone_id
- project_id
- milestone_title
- start_date
- end_date
- percentage_completed
Link Child Fields = project_id
Link Master Fields = project_id
May I ask, how can I call the project_id within subfrm_datasheet_milestone? Because it always prompt me that it cannot find the object for it.
Please help!!
Regards,
s1police