Search results

  1. J

    9/80 work Schedule database

    In my country I don't think it will be allowed, or it will at least be in a gray zone.
  2. J

    Group on first letter

    Else post your database with some sample data, zip it because you haven't post 10 post yet. And write the name of the report.
  3. J

    Hiding row in report when one criteria has a blank

    If you can't get it then post your database with some sample data, (zip it) + the name of the report.
  4. J

    Hiding row in report when one criteria has a blank

    You build a query like in the link. https://edu.gcfglobal.org/en/access2016/designing-a-simple-query/1/
  5. J

    Form is passing a '0" to Report when combo box is left blank on form

    Are you using a Multi-Valued Field type?
  6. J

    New Record Saved, before I've asked to save

    Is the form a continuous form or a single form? What is the form's records source, a query or a single table? You can post your database with some sample data, (zip it) + the name of the form in which you've problem!
  7. J

    run time error 3146 odbc call failed

    Is Me.txt_strHMP at text value?
  8. J

    run time error 3146 odbc call failed

    Have you tried it on another computer, (not one from the production but another one in the office)? Should that be a text, (it is treated as a number)? Me.txt_strHMP
  9. J

    run time error 3146 odbc call failed

    At which code line does the error occur?
  10. J

    run report for different suppliers

    Does it not run if you remove all about the "Active" or what is the problem then?
  11. J

    Insert static criteria to query from code

    Maybe this: qdf.SQL = "Select * From [Query1] WHERE [Job Number] =" & Me.[Job_No_Combo]
  12. J

    DCount a grouped value from a table

    You use the function wrong, here are some sample. https://support.office.com/en-us/article/dcount-function-f6b5d78b-ad0b-4e42-be7a-11a64acbf3d3
  13. J

    Combo Box Locked and Disabled but still clickable

    I've loaded your database, I can't see anything wrong with the cboGoTo, only that it doesn't show any value, but it is because you clear it the AfterUpDate event for cboGoTo. Me.cboGoTo.Value = Null 'Empty the Combo box When you choose a value from the list it brings you to that record.
  14. J

    Need Equal Length Columns - HELP !!!

    You're welcome, good luck with your project, (your long-term database, your baby! :D). :)
  15. J

    Need Equal Length Columns - HELP !!!

    Here is one idea how you can do it, I'm sure you're able to finish it.
  16. J

    Form Shrinking

    Please could you post a printscreen when the form(s) are shrinked? Have you tried to work with the database at another computer? Is the database the only database that have the problem?
  17. J

    Combo Box Locked and Disabled but still clickable

    Is your form Edit able?
  18. J

    Error 2105 and 2106

    I totally agree! :)
  19. J

    Stop looping through Excel rows

    The code is: Exit For
  20. J

    Need Equal Length Columns - HELP !!!

    I'll have a closer look at it tomorrow.
Back
Top Bottom