Search results

  1. Hulk009

    Solved Navigate to a text box in a sub form to put a value by a button

    hello in my form i have a button when i press it i want it to fill up many text box (RA - MM1 - MM2) those many text are in a sub form called "TB01" i've tried this code: Private Sub Command166_Click() Me.Parent.Tb01.RA.Value = 27459 Me.Parent.Tb01.MM1.Value = 27894 Me.Parent.Tb01.MM2.Value =...
  2. Hulk009

    Solved Concatenate records from a query in 1 line

    Hi any help to merge all records in 1 field at the form footer with number list Check Form called "OFF" Will these way work for me: =ConcatRelated("iddate", "dailyoff", "iddate =" & [dt] I just want a simple way to merge the records in the form called "off" in 1 line with number...
  3. Hulk009

    Solved Concat

    Hi any help to merge all records in 1 field at the form footer with number list Check Form called "OFF" Thanks for your help
  4. Hulk009

    Solved Auto Fill Up Data

    hi any one can help me writing the correct Vba I want to run the "Daily" Form and press the button "Fill up All" to set focus in the "R1" Subform and auto fill the data for the day ... setvalue = Peter go to next .. set value = charle end sub
  5. Hulk009

    Solved One Or All Data If Null

    Hello I want to write criteria in the query that give me the result of a specified grade (1 - 2 - 3) when i select it from "Combo1" in the form "A" Or if i didn't choose any grade it will give me all the data. I try this one but didn't get the result that i want: [Forms]![A]![Combo1] Or Like...
  6. Hulk009

    Autofill parameter in access

    Is there any way to autofill parameter ?! I have a continous form "A" that contain Id / name i have create a button to copy id and go to another form "B" (single) that give you all info about this ID But didn't find a way to auto fill the parameter for the single form The button that i...
Back
Top Bottom