I need help
I have a access database that keeps track of requested time off work. I created a report that shows time off. However, the hours that appear on the report are one less than the original number.
So if the form/table shows two hours (2)the report shows one hour (1) etc. How do I fix this to show the right hours.The query shows the correct hours.The table shows the correct hours. This information come from a lutable with auto numbers 1,2,3,4,5,6,7,8 ,9,10,11 as the primary key the hours are 2,3,4,5,6,7,8,9 ,10,11,12
Thanks
Tree
I have a access database that keeps track of requested time off work. I created a report that shows time off. However, the hours that appear on the report are one less than the original number.
So if the form/table shows two hours (2)the report shows one hour (1) etc. How do I fix this to show the right hours.The query shows the correct hours.The table shows the correct hours. This information come from a lutable with auto numbers 1,2,3,4,5,6,7,8 ,9,10,11 as the primary key the hours are 2,3,4,5,6,7,8,9 ,10,11,12
Thanks
Tree
Comment