I have created a VB application which will keep track of call issues and post to a database setup in SQL Server 2005. I have databinded fields and I have combo box fields for Issues and Times. However, my date field, I want to default to the current date and post to the server. The current date is not posting to the server when the save button is clicked. DateTime type is setup for the SQL Server 2005, the current date loads each time the form loads but does not save the current date to the server.
What have I done wrong?
DataMan86
What have I done wrong?
DataMan86