Search results

  1. P

    Word Merge .. again ... I think????

    Hi all, have a query here as being new to Access and VBA it's leaving me dumbfonded. I have (well actually my boss) has the need to export data from Access to a MS Word document in a formatted manner. OK, so I have started to go down the line of a Word template with unique characters inside...
  2. P

    Incompatible .AddItem function in Access2000

    Hi all, I have been caught by what I think is a classic compatibility issue. I have created a list screen that uses ADO to access a database located on a remote drive. In Access2003, the following code works fine and my list box gets populated correctly: lessonList.AddItem...
  3. P

    Need help with a "CONTAINS" query.. sending me mad

    Sorry if this is the wrong forum to place this one under, but it is an SQL query I have coded up in VBA for a search on a Access Database.. so sorry if this is the wrong forum to place this one under...... I have a SQL Query I have coded up in some Access VBA as follows: strSQL = "SELECT *...
Back
Top Bottom