First two dont work. something is still wrong with DateAdd(m,3,[tblOrders]!DeliveryDate) I know this because when i run This
DueDate = DateAdd(m, 3, [tblOrders]!DeliveryDate.ItemData(1))
MsgBox DueDate
I get "Compile Error: external name not defined" highlighting [tblOrders] can anybody...