After add....I want to enter 'myText' as a default value for the new record, this is a different value than my default on add page but it will be the same for every record created through this function - Of course the dict ()'s pass properly.
dal.Events.ProjectID = dict ("ID")
dal.Events.StartDate = dict ("OriginalBidDate")
dal.Events.Event = "myText"
dal.Events.CreatedBy = session("userid")
dal.Events.CreatedDate = now()
dal.Events.Add()