Hello
I have a timesheet which consists of a list view and item view along with other.
I would like it so that when i double click on a date on a List view it opens up the item view carrying that row Id so i can add certain fields to that date i selected.
so far whats hapening is that on the item view it adds a new row per submission instead editing on that date alone.
I tried using a parameter to pass the row id on the 'List item double click , open subform' rule the but i assume im doing it all wrong.
any help will be welome