Hello All,
I have been using excel for sometime now and it does what I wanted to do but frankly I am tired of creating new tabs and editing fields every month as new tab gets created monthly and new sheet gets created yearly.
so I have decided to move to access. In my humble opinion access handles data better in most ways and there is little modification required when it is completely setup.
The end goal is to export all calculation to an excel format using access with the click of a button.
Things I am trying to accomplish but unable to do so:
1. Rounding dailytotal field for each user to days. This addition is done using monthly total of dailytotal field and rounding that total to days. so if Bob has 9.75hrs for the month of January then it should round to 1.3 days.
My excel formula that works: =ROUNDUP(G8/8,1)
2. Export query in excel format that will show all users for any given month by just specifying month/year name. so for e.g if we are in the month of march 2017 and I want to see data for any or all users for the month of January2017 then I just type 1-1-2017 and it should output that into excel format.
3. Also if I say cancel to the query after clicking a button it gives me error. I have tried several code for ignoring the error but it is not working for me.
I have tried this formula but doesn't give the result I am looking for.
Days_2: Round((([BusinessHours]+([NonBusinessHours]*1.5))+[Travel])/8,1)
Please see my attached db and excel sheet that shows data output.
Days field is not showing the correct data,. The data that I am looking for in this field is in correct days field.
any help is greatly appreciated!!!
:banghead:
Regards,
Ranjah
I have been using excel for sometime now and it does what I wanted to do but frankly I am tired of creating new tabs and editing fields every month as new tab gets created monthly and new sheet gets created yearly.
so I have decided to move to access. In my humble opinion access handles data better in most ways and there is little modification required when it is completely setup.
The end goal is to export all calculation to an excel format using access with the click of a button.
Things I am trying to accomplish but unable to do so:
1. Rounding dailytotal field for each user to days. This addition is done using monthly total of dailytotal field and rounding that total to days. so if Bob has 9.75hrs for the month of January then it should round to 1.3 days.
My excel formula that works: =ROUNDUP(G8/8,1)
2. Export query in excel format that will show all users for any given month by just specifying month/year name. so for e.g if we are in the month of march 2017 and I want to see data for any or all users for the month of January2017 then I just type 1-1-2017 and it should output that into excel format.
3. Also if I say cancel to the query after clicking a button it gives me error. I have tried several code for ignoring the error but it is not working for me.
I have tried this formula but doesn't give the result I am looking for.
Days_2: Round((([BusinessHours]+([NonBusinessHours]*1.5))+[Travel])/8,1)
Please see my attached db and excel sheet that shows data output.
Days field is not showing the correct data,. The data that I am looking for in this field is in correct days field.
any help is greatly appreciated!!!
:banghead:
Regards,
Ranjah