RobNauticus
MIS
Hello All,
I am creating a db for tracking dates of tasks completed per date. The users create a job and then log in each task per job. All of the tasks will be entered at the same time per job. As I have it set up right now, the user must create each task one at a time and is very inefficient.
Is there a way to create an append query or piece of code that will create multiple sub-records by entering the date and clicking a button?
I have two tables one for job and one for tasks completed.
The task field is a task name (driven from another table of values) and date completed. Not to mention the two fields to link the data to the parent table.
Any guidance would be appreciated...
Rob