This is a database for creating and storing Tooling Work Orders.
Another form creates a tooling work order. A button on that form directs a user to this continuous form.
The tooling work order number is passed as an OpenArgs. This number remains same for all subsequent entries related to the work order, but chnages with each new one (So I can't use default for this)
Other fields are
1. Location
2. Repair No
3. Team Member
4. Item No
5. Description
6. Tech Initials
Tooling Work Order No, Repair No, and Team Member reamin same.
Location can remain same for a few items, but changes after a few items.
Item No is incremental by 1
Description is unique each time
Tech Initials are not filled out at this time.
So ideally, I would like the form to open with the Tooling Work Order No passed down from OpenArgs. Then as each new row of fields is created by the continuous form, I would like these rows to copy certian fields from the first row or the row above it after the user has made these entries.
I am just struggling to figure out how to reference the new instances of rows that are created on the continuos form.
I hope this helps you guys understand my sitaution better.
Thank You!