Search results

  1. I

    Solved Query from subform

    ok let me try to explain again. I have main whch have navigaion bar. and when I click on on of the botton (navigationFormButton9) I get the form I created called F_AllTaskFrame. so far ir doen't realy related to the problem in F_AllTaskFrame i have field and subform called F_Title . in F_title...
  2. I

    Solved Query from subform

    the dont' habe the same data. I have an id in textbox lets call it ID1 and I would like to fill in another textbox lets call it tttt with "firstname" of the same id
  3. I

    Solved Query from subform

    ok 2 issued: 1. i tried to do [forms]![main_menu]![NavigationSubForm].[form]![tttt].value=12 value=12 it just a number for testing and it workd fine I am trying to do the same expressinn vut with variable and it doen'nt work. the both on the same form...
  4. I

    Solved Query from subform

    z is not a subform it just a table that I would like to use to take the firstname and lastname id is a PK autonumber the query is at themain form a I tried to put the sql in the load event or at the current event and it does't work
  5. I

    Solved Query from subform

    Hi I have a main-form called X and subform called y, When I click on the subform I sent an ID to x form to textbox object.so far it works fine I have a table called z. I would like to load all field froim z table that related to the id in my textbox. when I display the textbox I can see that the...
  6. I

    Load form with navigation from another form

    Hi I have to forms. one form is with subform and navigation with 3 buttons let's call it "A-form" and the other form is regular form let's call it "b-form" When I fill the details ib b-form, I would like to close the form and open "a-form" in the 2nd botton called "NavigationButton9" and in the...
  7. I

    Refresh form from another form

    well I tried it and it didn't work. when to popup form appears and I close this form, how does it know wich is the parent form? and another question. in the main form I have navigation option which mean inside the main form I have few navigation button.
  8. I

    Refresh form from another form

    Thanks for te anser. just to clarify I am trying to run this code from the popup form. after I close the popup form I would like to see the cganges I made in the other form
  9. I

    Refresh form from another form

    Hi I have a form with some fields and sub form something like outlook design. In the subform , when I click on a certain field, all data of the field apperas on the main form. If I want to update the form I have a botton which popup another form with all the flelds. when I save the popup form I...
Back
Top Bottom