I have a gallery:
PassType (Daily, month, etc...)
PassFee (a $ value)
PassId (unique Id of the record)
CreateDate (date/time stamp of the record creation)
There are other fields but they're irrelevant to the example
How do I add a new row to my Gallery with PassId to 'Max(colPassesUpdates,PassId)+'1 and the CreateDate to Text(Now(),"mm/dd/yyyy hh:mm:ss")', and then pass that to my collection?