Hi Guys, I need to insert GL transactions into AccPac but for yesterdays date and period. Since the month has changed (01/07/2010) AccPac by default displays the new months date and period. If i physically change the session date to 30/06/2010 when i open up AccPac, the default date in the GL Entry screen is 30/06/2010. How do I code my VB .NET app to pass through yesterdays date. My Session Initialise code looks like this :
session.Init("", "", "", "")
session.Open("", "", "", System.DateTime.Now, 0)
Instead of 'System.DateTime.Now' What can i use for the session to reflect yesterdays date?
thanks...
session.Init("", "", "", "")
session.Open("", "", "", System.DateTime.Now, 0)
Instead of 'System.DateTime.Now' What can i use for the session to reflect yesterdays date?
thanks...