Search results

  1. J

    Question Debug Not in List Event

    You've forgotten to post the database the 3 of the tables are linked to, so it isn't possible to run the form.
  2. J

    Form keeps opening as new record instead of current record

    Are you sure the filter you build return any records? Show all the code you've in the OnLoad event. If you can't get it post your database with some sample data, zit it.
  3. J

    Printing help Please

    Or post your database with some sample data + name of the form where the button is. Zip the database because you haven't post 10 post yet.
  4. J

    filter sub form with combo boxes

    Have you not read the Lookup field type in a table is No Go? That is your problem. http://access.mvps.org/access/lookupfields.htm
  5. J

    Access acting as if query is not present, just after telling me it is

    Try in the error handler to resume to the same code line, remember to put a breakpoint in that code line where the Resume is, then if it is a time issue it will execute.
  6. J

    Conditional Formatting, expression for > X < Y

    The last one is wrong: Expression is [Text24] <14 Should be: Expression is [Text24] >14 Post your database, zip it:
  7. J

    Can't assign Value to this object

    You're welcome, good luck with the "bigger problem"! :)
  8. J

    Can't assign Value to this object

    I think the On Close event is to late, move the code to the On Unload event.
  9. J

    Can't assign Value to this object

    Post your database.
  10. J

    Restricted Employee Access to Reports

    How "strong" should it be? Does it allow people with some knowledges of MS-Access to "break" it?
  11. J

    Loosing Data from tables

    You are wrong about that, so ... some of your other statements could be wrong to. Excuse it sounds negative, it's not really the meaning, it should only make you think about it an extra time, if there may be other places where you might be wrong.
  12. J

    Double Click event to open to specific record

    In which form do you've the code when you click it first time and also the second time? If you can't get it post your database with some sample data, zip it!
  13. J

    Use a variable in SQL string in my VBA

    Post your database with some sample data + name of the "problem" form!
  14. J

    Run a query through a form button

    Why do you've all that buttons on the form? Could a combo box not work for you?
  15. J

    Listbox to show all table but then filter comboboxes?

    And what problem do you have with that if any?
  16. J

    Form and Query Help Please!

    Sorry - looking at your tables I don't see any BIN 1234 or field cs3/cs4. :confused:
  17. J

    Form and Query Help Please!

    Yes you posted a printscreen how you want it but not which data there are involved and how they are related to each other.
  18. J

    Form and Query Help Please!

    Have you looked at the attached database in post #16, is that what you want?
  19. J

    Form and Query Help Please!

    Click at the new button in the form, is this what you want?
  20. J

    Ole error

    Could be a corrupt form/database. Try a "Compact & Repair" Decompile the database, https://www.fmsinc.com/microsoftaccess/Performance/Decompile.asp Create a new database and import all into it.
Back
Top Bottom