J
JMK
Good Afternoon All,
I have a wee problem with one of my forms. The query the form is based on is
designed to look through a table (tblFlightLog) and return all the flights
flown on a specific day (along with searches for Flight Number, Aircraft and
Journey Log), and display that information.
The system is designed so the user inputs the date they want to view on one
form (called frmSearchFlts), hits button where a second form (frmViewFlts) is
displayed with the information.
This all works well for Journey Log, Aircraft and Flight Number, as well as
any date which would not conflict with a month (for example anything above
the 12th of a month).
I have checked and made sure that ever date field within the table and on
the forms is set to Short Date (Canadian) and my computer system settings
also default to this.
What is interesting though is when I run frmViewFlts on its own (without
going through the first form) all dates are displayed. It is only when I run
it from the first form I have my problem.
Any ideas on what I could do?
I have a wee problem with one of my forms. The query the form is based on is
designed to look through a table (tblFlightLog) and return all the flights
flown on a specific day (along with searches for Flight Number, Aircraft and
Journey Log), and display that information.
The system is designed so the user inputs the date they want to view on one
form (called frmSearchFlts), hits button where a second form (frmViewFlts) is
displayed with the information.
This all works well for Journey Log, Aircraft and Flight Number, as well as
any date which would not conflict with a month (for example anything above
the 12th of a month).
I have checked and made sure that ever date field within the table and on
the forms is set to Short Date (Canadian) and my computer system settings
also default to this.
What is interesting though is when I run frmViewFlts on its own (without
going through the first form) all dates are displayed. It is only when I run
it from the first form I have my problem.
Any ideas on what I could do?