R
Robert T
I have a simple flat file table that tracks my Time & Attendance at work. All
of the values in each field are default values such as Date(), Start_Time,
End_Time, etc. or calculated values such as End_Time minus _Start Time. They
are activated by clicking on the New Record button. The only field where I
actually entered data was the week of the year.
I finally realized there is a week function so I created the following
default expression.
=Format([Date_Work],"ww")
It works perfectly, so now I don't have to do anything other than click on
the New Record button. All of the data is entered correctly. However, I can
no longer save the record. Why? The only way to save a new record is to move
to the Note field and type something in there, then the SAVE button works.
Can someone please explain why this is happening?
Thanks,
Robert
of the values in each field are default values such as Date(), Start_Time,
End_Time, etc. or calculated values such as End_Time minus _Start Time. They
are activated by clicking on the New Record button. The only field where I
actually entered data was the week of the year.
I finally realized there is a week function so I created the following
default expression.
=Format([Date_Work],"ww")
It works perfectly, so now I don't have to do anything other than click on
the New Record button. All of the data is entered correctly. However, I can
no longer save the record. Why? The only way to save a new record is to move
to the Note field and type something in there, then the SAVE button works.
Can someone please explain why this is happening?
Thanks,
Robert