I have a split form which I use to track hours worked per day per project.
The Top part is used to enter the project information including date, and a description of the work completed.
The split portion lists all projects worked on that date, number of hours each, etc.
How do I arrange the text boxes in the datasheet in a particular order? For instance, the datasheet looks like this:
Date --- work description --- Hours Worked --- Project # ----- Project Description
I want to reorder the datasheet so that Project # is the second item:
Date--- Project # --- work description --- Hours Worked ----- Project Description
I can change it while the form is displayed; However, when I close and reopen the form, The data is back to the original order. I have tried changing the order in the table and tab order with no luck. I can't find a way to change it in the property sheet. Any help would be greatly appreciated.
Thanks, Bill
The Top part is used to enter the project information including date, and a description of the work completed.
The split portion lists all projects worked on that date, number of hours each, etc.
How do I arrange the text boxes in the datasheet in a particular order? For instance, the datasheet looks like this:
Date --- work description --- Hours Worked --- Project # ----- Project Description
I want to reorder the datasheet so that Project # is the second item:
Date--- Project # --- work description --- Hours Worked ----- Project Description
I can change it while the form is displayed; However, when I close and reopen the form, The data is back to the original order. I have tried changing the order in the table and tab order with no luck. I can't find a way to change it in the property sheet. Any help would be greatly appreciated.
Thanks, Bill