1. I have a Single column with Precision 4 and Scale 2 , in a table in a SQL Server database, with the value 1.00 (maximum possible value in this column is 99.99) 2. Using VB, what is most efficient way to format this to a string so
I am writing an Access database (Access 2003 on WinXP and VISTA) in VBA and I would like to be able to read out the computer name of the PC the database is going to be running on. Is there a way to do this?
How can I edit the following column in a datagrid . I am using vb 2005 Dim tableStyle As New DataGridTableStyle() tableStyle.MappingName = "product" 'Product Code