Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Nuby is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2017
    Posts
    9

    Not sure if that's quite right... these are codes related to claims... Claim 12345667 may have HE:N684, CO:185 error codes; while claim21365433 may have CO:185, HE:N684.. there counting result will be 2, since it the same error. Not sure if that helps.

  2. #17
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Can I jump in with a couple of questions to clarify -

    Is each list of error codes contained in a single text field in the table? So, when you say " Claim 12345667 may have HE:N684, CO:185 error codes;", is that list just in a character string in a table field?

    Secondly, when you search, are you just looking for the number (or a list) of records (claims) that have a specific error code?

    The solution to your problem might be easy, depending on your answers.

  3. #18
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    I think she would need to do a VBA pre-process to maybe create an error key and then use that to compare or count if multiple claims had the same error codes? If you have a table that has the error codes with a unique ID number, maybe for each record, scroll through all the error codes using like to see if they are in the field, then concatenate the ID into a new error key field. Once that is done group and count the error keys maybe?

    Or maybe create a temp table and use Mid, Instr, etc. to get each error code in the record and write to the temp table along with the Claim number. Then can sort that and concatenate the codes for a key maybe.

    Or there is a simple solution I am not seeing

  4. #19
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    John and I (me post 15) have asked the same question. I think the OP has to provide the answers rather than us continuing to speculate.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 11-02-2017, 11:36 AM
  2. Replies: 11
    Last Post: 01-31-2017, 04:08 PM
  3. Replies: 3
    Last Post: 04-24-2013, 08:29 AM
  4. Replies: 2
    Last Post: 03-07-2013, 04:50 PM
  5. Replies: 5
    Last Post: 12-22-2011, 11:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums