In my office, we use one form to input allocated equipment, and another form to give those managing a specific job. The form we give to the job manager has fields indicating which equipment has been allocated to them, which was pulled from the first form using a control source. For example, on the first form, I may say that 4 jackets are being allocated. In the text field, the control source will be #Jackets. On the corresponding job manager form, that 4 will be in the jackets field.
I am trying to put new fields for allocated equipment on the first form, but I'm unable to create new control sources. For example, I'm trying to put revenue reports as an allocated piece of equipment. So I created a new field on both forms, but when I try to link them with a new control source of "#revreport", I get an error message that it is an invalid control property: control source, and "No such field in the field list"
How do I correct this?