Now that I'm shifting that balance, I'm finding ways ot do things in VB that are pretty much taken for granted in Access.<P>Like subforms. I have a code routine for opening and positioning a form on a ...
If users need to access data that is not on their forms, you could add a subform; or, you can add a command button that, when clicked, will pop open the form that contains the necessary data. Find out ...
My problem looks simple but I can't get it done properly. I have a main form with two subforms, Internal sales & External sales. Both forms have total boxes in the footer, Total internal sales (TIS) & ...