Search results

  1. C

    If then display problem

    How should this go: Code: IF {table1.field1}="Y" Then "Text" /Code I want the text to display if the field value is "Y" . I know that this should be a Y/N field, but nonetheless the field is still displaying "Y" I just can't see mto get over the hump on this one. Thanks
  2. C

    OLE document scroll bars

    I can't get scroll bars for a linked word document to show. The document is 4 pages, and I need to be able to run through all 4 without reloading the form over and over. Any help?
  3. C

    simple joining question

    I need to join 2 fields into one. I have a FirstName and a LastName field that I need to add to a FullName Field. Is there a way to do this? I was looking at union queries, but is that the right route to take?
  4. C

    change toggle button color

    I need to have a toggle button change color when it changes state from Green(true) to Red(false)
  5. C

    Help with formatting combined data

    I need to set up an identifier field that contians the date and unit identifier from another field. In yymmdd-[Unit_ID] format, I get the date to output correctly, but I need to get the Unit_ID data from another field. Any suggestions appreciated.
Back
Top Bottom