L
lastiko
Guest
Hello everyone,
I have run into a brick wall. I am working with Access 97 and I want to calculate the total number of days between two dates in separate combo boxes. I would like the third combo box doing the calculation to automatically add the calculation into my table, where I can querry it for a report.
The first Combo Box's name and control source (from table) is: ITP1 FM DT, the second Combo Box's name and control source (from table) is: ITP1 TO DT.
I have tried using DateDiff("d",[ITP1 FM DT],[ITP1 TO DT]) as the control source of the third combo box. Is this possible? Should I be trying to do this in a querry? I have run into the same problem there as well.
Thank you for your assistance.
I have run into a brick wall. I am working with Access 97 and I want to calculate the total number of days between two dates in separate combo boxes. I would like the third combo box doing the calculation to automatically add the calculation into my table, where I can querry it for a report.
The first Combo Box's name and control source (from table) is: ITP1 FM DT, the second Combo Box's name and control source (from table) is: ITP1 TO DT.
I have tried using DateDiff("d",[ITP1 FM DT],[ITP1 TO DT]) as the control source of the third combo box. Is this possible? Should I be trying to do this in a querry? I have run into the same problem there as well.
Thank you for your assistance.