I
Iram
Hello.
I have created an Access Database to track my tasks. In the design I
imported all the dates from now through 2030 in a field called "TaskDate".
Currently when I open the task form it takes me to the first record then I
have to scroll through the records to the current date. I need it to go to
the current date upon opening the form.
Currently I am trying to get a "Go To Record" macro...
Object Type: Form
Object Name: frm_Taskform
Record: Go To
Offset: =Date() (The offset field can take any type of expression)
This is not working. How do I change it to get it to work?
Your help is greatly appreciated.
Iram/mcp
I have created an Access Database to track my tasks. In the design I
imported all the dates from now through 2030 in a field called "TaskDate".
Currently when I open the task form it takes me to the first record then I
have to scroll through the records to the current date. I need it to go to
the current date upon opening the form.
Currently I am trying to get a "Go To Record" macro...
Object Type: Form
Object Name: frm_Taskform
Record: Go To
Offset: =Date() (The offset field can take any type of expression)
This is not working. How do I change it to get it to work?
Your help is greatly appreciated.
Iram/mcp