It seems the forums have changed since the last time I logged in or posted. So, I hope I’m in the right category, if not I apologize and would appreciate a reply advising the correct category for the issue.
I have been working in Access 2000; that runs over a network on XP and Win 7 PCs. I’m not exactly a novice but when it comes to VBA and more complex issues I’m sure I fall into the Newbie group.
My current challenge is to create a dbase that will, through the use of a continuous form, illustrate a list of the work or tasks required to be performed by our warehouse crew in a given day sorted (ascending) by the specific time that the tasks are required to be completed.
The first two fields on the data entry form are: [DateRequired] [TimeRequired] followed by several other fields (mostly text) that provide more information about the given task.
[DateRequired] = a Date/Time field formatted in the backend as a Short Date – User enters the DATE Required as 10/3/12
[TimeRequired] = a Date/Time field formatted in the backend as a Short Time – User would enter the specific time the task is expected to be completed – ie: 10:00am
I would like for the background properties of all the fields in a given row in the continuous form to change color when the [RequiredTime] is 60 minutes or less from the actual time. For example change all the fields in a given row change to red when there is 60 minutes or less time left to complete the task in that row.
I’m not totally sure, but I thinking I can’t use the date/time fields as I currently have them structured and certainly not sure how to set them up so that they compare the data entered with the current time to change background properties.
After searching the net, I thought it best to seek assistance where I know from past experience, is the BEST place to find it.
Thanks in advance for any assistance, guidance or suggestions anyone might offer. I’m hoping that this is possible. If it is should a suggestion include code, please be kind enough to include all the key stokes and precisely where they need to placed.
Much appreciated….Larry G.