Problem with LINKTOFORM

I have two tables. I am trying to create a LINKTOFORM to have the user click on a certain selection. Then it will direct the user to the form - adding the values the user selected.

Table A - Category Table
Table B - Reserve Table

LINKTOFORM:

This does not put the values I used on the LINKTOFORM expression into the form. When the user clicks on the view link (Card View) it does go to the form, but nothing is imputed already.

Process I want:

Step 1 (User chooses the category):
3X_4_a_4aadc54019ac333ff46bd47c69b4ce6d1f2771bd.png

Step 2 (User chooses a sub category):

Step 3 (User now fills out the form WITH the [category] and [subcategory] ALREADY there):

As you can see - nothing populates those values/fields?

0 5 323
5 REPLIES 5

Steve
Platinum 4
Platinum 4

The column name should be a textual value, not a column reference.

LINKTOFORM("Generator Form", "Category", [Category], "Sub Category", [Sub Category])

Thank you.

SORRY. FOR MI. NOT WORKS

3X_f_d_fd77b473c2954f0d4e9d2b50d3e69a6c08ec6638.png

I DO NOT KNOW WHAT TO DO.

Please. Help!!

Is your Column โ€œtypeโ€ a โ€œTextโ€? It must be a text for this to work.

Yes. Is type text.

Top Labels in this Space