J
Jwil
Hi,
I need help renumbering my records. I'm new to Access so I'll explain what
I'm doing and if there is a better way please let me know.
From a form the user can either choose to create a full set of tasks or a
reduced set of tasks. These tasks show up on another form called "traveler".
I made two tables. One table has the full tasks (80 records) and the other
has the reduced tasks (30 records) But they aren't really records per se
they're more like 5 word instructions that tell someone what to do. Anyway,
when they click the full button I run an append query that appends the full
tasks table to another table that is the subform of the traveler form. and
the same if they hit the reduced button. I also add the current record ID
which ties those tasks to the record they were creating. These tasks however
aren't set in stone but just a starting point. The user needs to be able to
add and delete the tasks and they need to stay in a specific order.
How could I add a task (record) in the middle of the table? I'm not using
an autonumber for the full or reduced tasks table. And the tasks aren't
unique but repeated several times. So I was thinking that I could maybe pop
up a texbox that lets them input what they want to add and then it would ask
what record number and then I could just renumber everything after that
number and then sort. To the user it would look like they inserted a task.
Thank you very much
I need help renumbering my records. I'm new to Access so I'll explain what
I'm doing and if there is a better way please let me know.
From a form the user can either choose to create a full set of tasks or a
reduced set of tasks. These tasks show up on another form called "traveler".
I made two tables. One table has the full tasks (80 records) and the other
has the reduced tasks (30 records) But they aren't really records per se
they're more like 5 word instructions that tell someone what to do. Anyway,
when they click the full button I run an append query that appends the full
tasks table to another table that is the subform of the traveler form. and
the same if they hit the reduced button. I also add the current record ID
which ties those tasks to the record they were creating. These tasks however
aren't set in stone but just a starting point. The user needs to be able to
add and delete the tasks and they need to stay in a specific order.
How could I add a task (record) in the middle of the table? I'm not using
an autonumber for the full or reduced tasks table. And the tasks aren't
unique but repeated several times. So I was thinking that I could maybe pop
up a texbox that lets them input what they want to add and then it would ask
what record number and then I could just renumber everything after that
number and then sort. To the user it would look like they inserted a task.
Thank you very much