Search results

  1. K

    Database FE freezes up every time I try to open it.

    So it looks like the error in my code is in this spot: Private Sub cmdLogIn_Click() If userName & password = Null Then Exit Sub ElseIf Not password = DLookup("password", "tlogin", "userID = " & txtID) Then It works on the original, but not the new one that I am working with.
  2. K

    Database FE freezes up every time I try to open it.

    I did that, that is how I was able to get back in and copy the code. But when I try to step into it, it just freezes or stops working.
  3. K

    Database FE freezes up every time I try to open it.

    I tried, but it just kept freezing up.
  4. K

    Database FE freezes up every time I try to open it.

    I have a database that I am working on just changing some design stuff from the one I have now. The old one runs fine and the new one ran fine until I copied this code over which is identical to the old one and all the tables are the same but the FE freezes every time I try to open it. Private...
  5. K

    Data Change

    OK I think I am tracking now. Thank you.
  6. K

    Data Change

    So the highlighted yellow field won't let me select just a single date to see instead of looking through the whole database.
  7. K

    Data Change

    I have a form that shows all the data in that table, but I can't get the select a date field to work to show just that date from the table.
  8. K

    Data Change

    Is there a way to create a form to allow a user to select a date and it will show the data input for that day and change the data if incorrect?
  9. K

    Error

    Thank you
  10. K

    Error

    Here is my database in zip form. Thank you
  11. K

    Error

    Would it be possible to upload a zip file of the database and maybe offer some feedback?
  12. K

    Error

    So how do I turn off Referential integrity, or do i want to?
  13. K

    Error

    I have two tables. I have a fixed category table and a Route table. when I try to input data on a form it returns this error:
  14. K

    Export automatically

    Oh that makes sense. Thank you
  15. K

    Export automatically

    Is there a way to get a report to export automatically to excel when the report is closed? Or is there a way instead of viewing it to automatically export it to excel?
  16. K

    Fiscal Month

    Thank you, that worked
  17. K

    Fiscal Month

    It would be Fiscal Year 23
  18. K

    Fiscal Month

    I have a database set up and I need the report to return the data by fiscal year and fiscal month. For example our fiscal year runs from July 1 through June 30. So I would need the report to list the months from July to June with fiscal year.
Back
Top Bottom