Hello everyone Well, I would like to ask for help.
I’ve been making OT apps for over a year, but I’m having the same problem. When you look at the spreadsheet, you’ll find that some people repeat multiple entries a day.
That is, in 1 day, there will be morning-evening OT, but my app in 1 day can record 3 time OT in the same frame (morning OT, evening OT, late night OT).
But the problem encountered is
Mr. A did O on 8/7/2021, posted OT but recorded 2 repeats, even on the same day.
The formula I have copied from the experts. That is, it is a formula that can only be posted once and cannot continue.
But I want 1 code to enter OT data only once a day.
[_THISROW] = MAXROW(“OT Record Form”, “_ROWNUMBER”,> AND(> [_THISROW].[Name-LastName] = [Name-LastName],> EOMONTH([Date],0)=EOMONTH([_THISROW].[Date],0)> )> )