I have a Form that has a button that will print a report only for the current record displayed on the form. The button works great except for when entering a new record. I have to go to a different record and then come back to the new record in order for the record to print. I'm guessing i...
I am attempting to make a form where you can enter in a date range and another field that will then run in a query after clicking a button.
If I query by just name nothing gets returned
If I query by name and by date I get the results I am looking for
If I query by date range nothing gets...