Search results

  1. D

    controls to position subforms on the parent form

    Yeah me too. I change any access-generated name that I need to interact with. Well thanks again for clairifying Linq. appreciate the help. D
  2. D

    controls to position subforms on the parent form

    ah - I can see what you're saying now. Clicking on the upper left box of the Subform to see the properties - Top is not listed in there. but if i click on the frame of the subform, I see the "subform" reference and a different set of properties that does have the Top, left, etc controls. Ok...
  3. D

    controls to position subforms on the parent form

    Ok, thats what I was trying to do, obviously Im not referencing the subform controls correctly or I wouldnt be getting the user defined error. In the main form, I have the code Me![FRM_SAVINGS].Top = ..., where Me is the parent form, and [FRM_SAVINGS] was the subform. Can you show me the...
  4. D

    controls to position subforms on the parent form

    Hey folks - Anyone have an answer to this? I have several subforms that open on a main form. The height for each of the subforms are set based on the number of records in that subform. What I'm trying to do is position each the subforms on the mainform so that none overlap each other. Problem...
Back
Top Bottom