Search results

  1. M

    Solved DlookUp not working

    that helped but it returns numbers like 2, 4 , 5 etc
  2. M

    Solved DlookUp not working

    Thank you but it gives me error =DLookUp("tmimaID","Tbl_StelehosiTmimaton","atheltID = '" & [atheltID] & "'")
  3. M

    Solved DlookUp not working

    tried this solution, dont work either =DLookUp([tmimaID]![Tbl_StelehosiTmimaton],[athletID]![Tbl_StelehosiTmimaton]=" & [tmimaID] & " And [AthletID]=[Forms]![Fr_Athlets]![atheltID])
  4. M

    Solved DlookUp not working

    I cant think better please help
  5. M

    Solved DlookUp not working

    Hello i would like your help.. need texbox to show value [tmimaID] on my form Fr_Athlets, based on value on table "Tbl_StelehosiTmimaton" and it seems i cant even though i ve tried...
  6. M

    Solved Dynamic Report problem (over 10 years)

    Problem solved. Thanks bastanu and Shanemac51 and all you great guys for helping me. Was waiting for Shanemac51 but considering it came up to a good solution, there is no need to effort more... I am thinking of remaking my db so that only labels will be in my language and everything else...
  7. M

    Solved Dynamic Report problem (over 10 years)

    Your solutions work great yet.. when taking everything you ve changed hopefully to work in my original db, i get this.. Maybe i miss something Shanemac51 Hope you could take a look in my DB as it is difficult to manage changes with my knowledge
  8. M

    Solved Dynamic Report problem (over 10 years)

    I shall try your solutions and let you know soon. Thank you all. The problem isnt solved or i havent got any suggestion anywhere else. Thank you all
  9. M

    Solved Dynamic Report problem (over 10 years)

    Yes i have crossposted since 10 years here and there https://www.pcreview.co.uk/threads/d...-help.4042851/ https://www.access-programmers.co.uk.../#post-1114013 and many more but i cant find a solution why so bad to help someone if he asked for help? 10 years i try to solve that
  10. M

    Solved Dynamic Report problem (over 10 years)

    Thank you for your help ;) I have tested the updated file and the report opens for year 2022 and month January (1) populated (very good!) from the command button on the form as i wanted in the first place! But.. when i add some Saturdays that employees have worked in the next month...
  11. M

    Solved Dynamic Report problem (over 10 years)

    Thank you i shall try soon
  12. M

    Solved Dynamic Report problem (over 10 years)

    Maybe. but what might be the case here
  13. M

    Solved Dynamic Report problem (over 10 years)

    Hello Having this problem over 10 years i need to ask again having simplyfied my database to a small sample if you would be kind to assist me on this: in a crosstab report called "RptsavvataepilogicrossA4" The report uses vba code to produse labels for dates (Saturdays) employees who have...
  14. M

    DoCmd.OpenForm issues

    thank you it works!
  15. M

    DoCmd.OpenForm issues

    actually it is a dynamic form
  16. M

    Form openes behind switchboard problem

    Hi i have a form which calls another form from depending on listbox selection fired by a command button problem is new form opens behind switchboard DoCmd.OpenForm "Fr_PromStoixeia", , , _ "promitheytesID = " & Me.lstSearch.Column(0)
  17. M

    DoCmd.OpenForm issues

    Also another problem is : When form opens it is run behind switchboard code used DoCmd.OpenForm "Fr_PromStoixeia", , , _ "promitheytesID = " & Me.lstSearch.Column(0) do i need setfocus and how do i put it
  18. M

    DoCmd.OpenForm issues

    Thank you very much ! it is solved now by your suggestion! DoCmd.OpenForm "Fr_PromStoixeia", , , _ "promitheytesID = " & Me.lstSearch.Column(0)
  19. M

    DoCmd.OpenForm issues

    Thank you for your replies actually it is an autonumbered field! Where i have seen the code it indeed was referring to a text box... Thats getting me closer!
Back
Top Bottom