Search results

  1. T

    InStr problem

    Can someone tell me why this statement fails in Access97 when the string SID contains CTRLTH232099 pos = InStr(SID, "B", vbBinaryCompare) I simply want to know if the string contains a capital B. I keep getting a type mismatch error. Thanks!
  2. T

    Allowing blank entry in combo box

    I have a combo box that is populated from an Access table. This is working fine, except that I want the user to be able to use a barcode reader to wand in a selection. In order to do this, I'd like to be able to clear the combo box entry on an Add so that they can either wand the value or select...
  3. T

    Need to make Do loop stop

    I am having some problems with my code and could use some insight. I am waiting for a field in a one-record file to be filled by an outside process. Once this field is filled, I can retrieve the value and continue processing. There are 2 sides on the screen and this code is operating on the...
  4. T

    Page Headers and Subreports

    I have an Access97 report that consists of several subreports. I found that in order for each subreport to show its headers, I need to use the page header in each subreport. The problem I am having is that when one of these subreports continues on another page, I lose the page header for the...
Top Bottom