Search results

  1. C

    Access 2007 vba

    In an access database, data is imported daily from an external system. One of the fields in question is a text field and contains information that I would like to parse out to specific fields. I have picklists for each of these specific fields. Using VBA how would you match the list to a...
  2. C

    Dynamic Array reading from Recordset

    My first post and I am pretty clueless so be nice (: I have a recordset Set rst = db.OpenRecordset("SELECT qryWorkInfoText.WIIncidentID, qryWorkInfoText.WIText FROM qryWorkInfoText;") The WIIncidentID is just a alphanumeric number and WIText is a string. I need to take multiple rows of...
Back
Top Bottom