@TboneSuarez
There are quite a few ways to accomplish your goal. This is my recommendation:
- Combine the Washers table and Dryers tables into one Machines table (instead of 2 tables, it's just 1)
- In the Machines table, have a selection for whether the item is a washer or dryer
- For the name of the machine records, write a formula to concatenate the name. Example: "CONCATENATE({Machine Type} & " - " & {Machine ID})
This way, when they fill out the form, they will see a list of all washers & dryers with IDs to select from.