Hi everybody,
I've searched and searched for the answers to these questions until I've turned blue in the face, so I finally decided to come here for some assistance.
Here's the info I'm working with:
I'm trying to make this functional for my least computer saavy employees. The main thing I'm trying to accomplish is to be able to add some similar functionality to the data access pages as I would to a regular form.
In particular, I have a separate date field and time field. I would like to add a today and yesterday command button to input the date for the date field and a current command button to input the current time. Those are the two most important aspects.
The other thing I would like to accomplish, if possible, but not entirely necessary, is to be able to add functionality to a checkbox so that it will enable a text field and change the fore color of the corresponding label red when the value of the checkbox is true.
I have some experience with javascript (in fact, I have a today and yesterday function written) and I've stumbled through a little vbscript before, but my problem is implementing it using the data access page. That is something that has completely thrown me for a loop.
If you can help me with this, and the sooner the better, I would greatly appreciate it. Thanks in advance...
I've searched and searched for the answers to these questions until I've turned blue in the face, so I finally decided to come here for some assistance.
Here's the info I'm working with:
MS Access 2003
Call log database using data access pages
One table called tblCRS_Data_Log
Primary key is CallNo
An assortment of other fields, including check, text, and combo boxes
There are other tables that supply the info for the combo boxes
I'm trying to make this functional for my least computer saavy employees. The main thing I'm trying to accomplish is to be able to add some similar functionality to the data access pages as I would to a regular form.
In particular, I have a separate date field and time field. I would like to add a today and yesterday command button to input the date for the date field and a current command button to input the current time. Those are the two most important aspects.
The other thing I would like to accomplish, if possible, but not entirely necessary, is to be able to add functionality to a checkbox so that it will enable a text field and change the fore color of the corresponding label red when the value of the checkbox is true.
I have some experience with javascript (in fact, I have a today and yesterday function written) and I've stumbled through a little vbscript before, but my problem is implementing it using the data access page. That is something that has completely thrown me for a loop.
If you can help me with this, and the sooner the better, I would greatly appreciate it. Thanks in advance...
Comment