HI All
I have an issue with my Patch statement. I have a collection display in some fields, one of the fields I can edit. I then want to patch that field value and second field with default text to my collection. I have a single form.
Patch(colPEG_Members, Lookup(colPEG_Members, Value(col_Index) = Value(varRowNum)),{Member_Status: drpAccess.Selected.Value, Record_Status: "Yes"})
I am getting the error The function 'Value' has some invalid arguments
The lookup is working correctly for me to find the unique record and display field values eg
LookUp(colPEG_Members, Value(col_Index) = Value(varRowNum)).Review_Date
Any assistance would be appreciated
Marty