Adel_J
March 18, 2026, 6:33pm
1
Afternoon all,
This is my first time using link to form.
I have 2 tables.
courses table
ticket table
Once a user selects a course row, I want it to open a form so they can create a ticket and link the data values to the form to save the users some typing.
LINKTOFORM(
“CFT_Ticket_Form”,
“Course ID”, [Course ID],
“Scheduled offering”, [Scheduled Offering])
Once I click submit
I get this error unable to sync
Adel_J
March 18, 2026, 6:35pm
2
My action: which is created on the courses able wasn’t sure if that is the issue, Ill try to make it on the ticket table but that wouldn’t make sense.
Adel_J
March 18, 2026, 7:01pm
3
Turns out you can’t use “columns that are labeled as keys” to link to form.
1 Like
system
Closed
March 25, 2026, 7:02pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.