Search results

  1. M

    form without its buttons

    hello i have a form like i attached it and it is bounded to a query and when there are some data between the selected dates the for is filled but when there are no related data the form will be completely empty even the below text boxes are not shown also but i want to have my form with all of...
  2. M

    don't have a result via runnung a code

    thank you i did it but again nothing is done and nothing is changed i don't know why?
  3. M

    don't have a result via runnung a code

    hello thank you for the response when i run this i have the below error: invalid use of property in this line: Me.FilterOn
  4. M

    don't have a result via runnung a code

    I have a combo box and one of its values is "alle erledigen im jänner" i want when i choose this value all of data from my query wil be shown those have the month of erledigt_am field in januar. "erledigt_am" is a field in my query that is from date type and i want all of th data those have...
  5. M

    don't have a result via runnung a code

    hello, i wrote the following vba code in a change event oof a combo box but it doesn't work can you help me please? If Me.Combo25.Value = "alle erledigen im jänner" Then Me.RecordSource = " SELECT * FROM qry_Nacharbeitsmgnt_Reifenfelgenforedit WHERE...
  6. M

    ODBC call failed

    I have just the user name of the users i also add the sql_user, i think it includes all of the users, am i right? do you mean this?
  7. M

    ODBC call failed

    thank you for your reply i use the windows authentication
  8. M

    ODBC call failed

    hello yes it is a linked table to the sql server database i gave permissions to the users to this table is it not enough?
  9. M

    ODBC call failed

    it is using "dbo_Nacharbeitszeit_usermanagement"
  10. M

    ODBC call failed

    hello thank you for your reply sorry but i am new to ms access and i don't know exactly what to do can you tell me please how i should give authorization to my users?
  11. M

    ODBC call failed

    hello can someone help me in this error?
  12. M

    ODBC call failed

    hello what do you mean when the other users run the program they get the below message: Leider hat diese Funktion einen Fehler ausgelöst - bitte wenden Sie sich and die EDV! - (Get_Bearbeiter_Detail - ODBC call failed
  13. M

    ODBC call failed

    Hello, i have the following code in my access and i use it in a shared network, when i run the program i don't have any problems but when i run it fro other users i have the ODBC call failed error. can you help me please? I am new to vba Function Get_Bearbeiter_Detail(ByVal...
  14. M

    chart with two y axis in ms access

    yes, i mean the secondary axis in fact two charts are combined in one chart
  15. M

    chart with two y axis in ms access

    hello i have two charts in ms access and i want to combine these two charts in one chart. do you know how i can have two y-axis in ms access charts with two fields for data area. can you help me please? thank you
  16. M

    run a job in sql server

    Hello i have a form with some data in it from sql server. these data will be updated through a job in sql server. I want to know if it is possible to put a button in ms access and run this job in sql server by clicking on this button? can you guide me please? thank you
  17. M

    error 2113

    hello how can i mark the thread as solved?
  18. M

    error 2113

    thank you very much it works now
  19. M

    error 2113

    yes , exactly
  20. M

    error 2113

    this is the field auftrag, then i will find vl01 based on that
Back
Top Bottom