A database to help track and store all information related to job submissions.
New Unemployment Security Worksearch Activity Log view required by DUA - Division of Unemployment Assistance. Form is updated to add required data and labelled as such. The secret is the Catagorized Column View formula to show company contacts (docs) for each week with the week beginning and week ending dates!! " Week Beginning - " + @Text(@Date(@Adjust(dtCreateDate; 0; 0; 1 - @Weekday(dtCreateDate); 0; 0; 0))) + " Thru " + " Week Ending - " + @Text(@Date(@Adjust(dtCreateDate; 0; 0; 7 - @Weekday(dtCreateDate); 0; 0; 0)))