Search results

  1. B

    Update form based upon query?

    How do you update data in a field, when the form(containing the field) was based upon a query? I have many fields, half of them are for display purposes only, the other half need to be updated. Thanx, Bry
  2. B

    setfocus

    Hi all, Can anybody help me! I have a main form called "network data form_2" with 2 subforms called, "Material subform" & "Pipe diameter subform". What i whant to do is for a control called "network info source" (which is on the main form) to get the focus when a field in "material subform"...
  3. B

    Vertical positioning of controls

    Hi, Does anybody know how do vertically align control boxes in access. I know that if you click the vertical tab in properties this will work but the orientation is still wrong, i need it another 180 degrees. Help please, bry
  4. B

    passing control (AGAIN)

    Opps! this is what i should have posted. Can anyone help - I need to pass control from a subform to the main form when the field is null. this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work? Private Sub Diameter_LostFocus() If...
  5. B

    passing control

    Hi, Can anyone help - I need to pass control from a subform to the main form when the field is null. this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work?
Back
Top Bottom