Share via

Main Form & Subform Continuous Movement

Anonymous
2016-10-14T10:16:12+00:00

Hi

Is it possible to have the main form and subform work like a continuous form single form so that it bocomes easier to capture data or navigate using a Tab key. Currently I have a form linked properly with the subform and working efficiently , but when I’m capturing data on the main form, the subform is hidden behind the main form , to capture data on it you have to scrow down to locate it ,though it is still fine , but I’m looking at the final user , someone may think that after capturing data on the main form  that is the end of it all since the subform is not properly visible.

Example form 1(Main Form) & form 2(Sum) are supposed to be moving together as a single form like the way the main report & sub report move, one might think that there are no links between the two because they move as a single report.

Regards

Chris

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2016-10-14T13:39:19+00:00

    Thank you so much Scott , I will also just do that .

    Regards

    Chris

    Was this answer helpful?

    0 comments No comments
  2. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-10-14T12:51:15+00:00

    I always design my subforms separately using the wizard initially. I then use the subform wizard to embed the subform onto my mainform.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-10-14T12:12:56+00:00

    Ok

    I see I will redesign the sub form and main form separately and then link the two forms using the wizard. I hope I will archieve what I want.

    Thanks alot

    Regards

    Chris

    Was this answer helpful?

    0 comments No comments
  4. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-10-14T11:51:36+00:00

     but when I’m capturing data on the main form, the subform is hidden behind the main form ,

    That is impossible! A subform is embedded on the main form so there is no way for it to be hidden behind the main form. It is possible to create a form larger than the screen that would require the user to scroll down to see the subform. But that's not hidden behind the main form. 

    If you have created a form that big, then I suggest you redesign it to use a Tab control. I almost never make forms that require scrolling to see different parts of the form. Instead I use a Tab control to organize my controls into logical groupings and/or embed subforms onto a Tab page. This way the user sees the tabs and knows there are more parts to the form. 

    Forms and Reports are different. I'm not sure what you mean by "moving together". A subform is linked to the main form on a key field. When you change records in the main form, the record(s) in the subform change to match based on the linked field.

    Was this answer helpful?

    0 comments No comments