Recent content by skooch

  1. S

    VBA Database connection

    Hi, Thanks for that, it seems to have done the trick. Would you be able to answer another question for me, is there a limit to the number of columns that can be added to a recordset ? When I run a query to get all the records it says that too many fields are defined. Thanks.
  2. S

    VBA Database connection

    Hi, I wonder if any one could help with the following SQL statement. SELECT ConsultantSkills.[Consultant Name]FROM ConsultantSkills INNER JOIN AdditionalSkills ON ConsultantSkills.[Consultant Name]=AdditionalSkills.[Consultant Name]WHERE ConsultantSkills.LoadRunner>=1<=5 And...
Back
Top Bottom