Hi. I am putting the finishing touches on a maintenance and equipment database.
Maint. staff schedules a maintenance job. Once that job completes and is an on-going job (based on frequency), my append query runs and auto-schedules the next instance of this job. The append query pulls most of the data from field to like field in the next record of my table but the request date is coming from a separate, calculated date in another field. (most fields are A to A, B to B, C to C, and my date field is Z to D - all in same table) Anyway, the date field keeps coming up blank in the new record.
I do have two separate forms running almost the same query and it works fine every time on the other form. (basically one is an initial maint. form and the other is my edit maint. form, where the date does not transfer.
Hope this makes sense - Any help would be huge. Btw, I did make sure the format and input mask of both fields are the same.
Maint. staff schedules a maintenance job. Once that job completes and is an on-going job (based on frequency), my append query runs and auto-schedules the next instance of this job. The append query pulls most of the data from field to like field in the next record of my table but the request date is coming from a separate, calculated date in another field. (most fields are A to A, B to B, C to C, and my date field is Z to D - all in same table) Anyway, the date field keeps coming up blank in the new record.
I do have two separate forms running almost the same query and it works fine every time on the other form. (basically one is an initial maint. form and the other is my edit maint. form, where the date does not transfer.
Hope this makes sense - Any help would be huge. Btw, I did make sure the format and input mask of both fields are the same.