I thought this would be a piece of cake, but it has turned into a royal pain.
Goal: Open the Project Close frm showing only those record with no date in the ClosedDate field. Enter a date and be able to retrieve the record later if necessary to reopen the project.
I created a simple query with the ProjectName and the ClosedDate field. The only criteria used was Is Null in the date field.
I then created a form based on this query. Tested the functionality in the copy of the database on my personal computer. All seemed well. The records were those with no date. and then......
I installed it in the production database where it no longer functions correctly. The first two records I closed and reopened looked fine. Then the records retrieved included dates along with the null ones. (Reverse is true of the reopen frm) Nothing else changed.
Any ideas on why the inconsistencies? More importantly. any suggestions on how to resolve this issue?
Goal: Open the Project Close frm showing only those record with no date in the ClosedDate field. Enter a date and be able to retrieve the record later if necessary to reopen the project.
I created a simple query with the ProjectName and the ClosedDate field. The only criteria used was Is Null in the date field.
I then created a form based on this query. Tested the functionality in the copy of the database on my personal computer. All seemed well. The records were those with no date. and then......
I installed it in the production database where it no longer functions correctly. The first two records I closed and reopened looked fine. Then the records retrieved included dates along with the null ones. (Reverse is true of the reopen frm) Nothing else changed.
Any ideas on why the inconsistencies? More importantly. any suggestions on how to resolve this issue?