D
DS
I need to change the default value of a field in a table, well actually
2 fields the StartDate and the EndDate. This would be done every
morning at the start of the business day. So I thought this would work.
But I'm getting "Item Not Found" Am I missing something!
Thanks
DS
CurrentDb.TableDefs("tblDefault")!Fields("TestStartDate").DefaultValue =
Date + 1
2 fields the StartDate and the EndDate. This would be done every
morning at the start of the business day. So I thought this would work.
But I'm getting "Item Not Found" Am I missing something!
Thanks
DS
CurrentDb.TableDefs("tblDefault")!Fields("TestStartDate").DefaultValue =
Date + 1