Recent content by Hulk009

  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

    Yes this is . Thank you.
  3. 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...
  4. 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
  5. Hulk009

    Solved Auto Fill Up Data

    it work very good for me . thank you
  6. Hulk009

    Solved Auto Fill Up Data

    Please check the vba code of the button in the daily form
  7. Hulk009

    Solved Auto Fill Up Data

    It is a countious form in the sub form. I need to put many more entries everyone on a single record
  8. 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
  9. Hulk009

    Solved One Or All Data If Null

    It works!! now I figure what he mean. Thank you for attaching file and the solution …. thanks "Ebs"
  10. Hulk009

    Solved One Or All Data If Null

  11. Hulk009

    Solved One Or All Data If Null

    maybe i didn't understand how to do it. can you try it on the database and attached it. PLEASE
  12. Hulk009

    Solved One Or All Data If Null

    i try it no result when Is Null because all data are not null so i wouldn't get all data like i want
  13. 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...
  14. Hulk009

    Autofill parameter in access

    Any other idea without removing any crieteria please
  15. Hulk009

    Autofill parameter in access

    I need it for those who know their Id number
Back
Top Bottom