Good morning all
Hoping someone can point me in the right direction, I'm still quite new to VBA ...
I have a form which is to record conversation logs (e.g. date of call, time of call, what was said etc). I have a time field on my forms which is set to default at the current time (which is fine as in the majority of cases the user will be adding data at the time of the call). However, upon showing my database so far to our MD he has requested that the user be able to change the time in case they are adding in notes of a conversation at a later point. He does not want the user to just 'over type' the default time, rather he would like arrow buttons which will increase or decrease the time slot by half hour per click
Therefore - I need to now add a function which will allow the user to choose to change this time by pressing command buttons either < or > which will decrease / increase the time shown in half hour slots...
Can anyone give me a clue as to the best way to go about this?
Thanks
Hoping someone can point me in the right direction, I'm still quite new to VBA ...
I have a form which is to record conversation logs (e.g. date of call, time of call, what was said etc). I have a time field on my forms which is set to default at the current time (which is fine as in the majority of cases the user will be adding data at the time of the call). However, upon showing my database so far to our MD he has requested that the user be able to change the time in case they are adding in notes of a conversation at a later point. He does not want the user to just 'over type' the default time, rather he would like arrow buttons which will increase or decrease the time slot by half hour per click
Therefore - I need to now add a function which will allow the user to choose to change this time by pressing command buttons either < or > which will decrease / increase the time shown in half hour slots...
Can anyone give me a clue as to the best way to go about this?
Thanks
