LINKTOFILTEREDVIEW is opening Form in add mode

I'm using linktofilteredview to open a form , hoping that it will go to the correct record and allow that record to be edited. However, it opens the form to add a new record instead of going to the record that I filtered for. 

LINKTOFILTEREDVIEW("end_of_day_form",([date]=[_thisrow].[date]))

end_of_day for is a form that was automatically created as part of my end_of_day table.

 

Any ideas?

0 2 57
2 REPLIES 2

Try using LINKTOROW (link) instead.

Be sure to set a KEY value in the first parameter!

Steve
Platinum 4
Platinum 4

Replace end_of_day_form with end_of_day_detail (or whatever the name of your detail view is).

Top Labels in this Space