Search results

  1. T

    'Conversion failed' error but only on some machines

    I have a problem with a db using SQL Server linked tables. Bit of background: It was originally designed in 2007 and is on a corporate network using corporate PC's. Then when we upgraded to 2010, the db was upgraded also. Anyway, I design on my work desktop PC, and all works well. It also...
  2. T

    Strange query problem using dates...

    I create a querydef using the following code... Private Sub Command74_Click() Dim sql As String Dim assType As String assType = "1" sql = "SELECT tblPeople.strPersonNINumber, tblPeople.strPersonforename, tblPeople.strPersonSurname, tblAssessments.strAssType...
  3. T

    From text box to Wordpad..

    I have some vba that concatonates a number of variables/fields and puts the resultant value into a text box. Then the user copies and pastes this into wordpad to create a file. What I would like to do is for the user to click a button and instead of the result being placed into a text box on...
Back
Top Bottom