I want to assign parameters to an action query. I'm trying to avoid doing it by altering the querydef.SQL property in VBA. It would be much nicer to do it in the below fashion but I'm struggling with the syntax of the last two:
- SortOrderAdjustmentToMake should take the values in the query field [SortOrder]+1
- SortOrderCriteria is a simple > comparisson with a var. Struggling with how to assign > & the variable
Last edited: