Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. coryras

    Blank spaces in the Report

    My IIF statement is in the detail portion of the report. It is in a Text box for the code. Its like this IIF([tbldetail.code] not like "other*" and [tbldetail.code] not like "cash advance*", [tbldetail.code])
  2. coryras

    Blank spaces in the Report

    In the detail portion of the report I have a code field that I want to display on certain information. I have an iif statement setup to display the ones that I want showing but in the else portion I don't have doing anything so it just leave a blank spot on the report like this. Marker 1000...
  3. coryras

    Using 2 queries

    Yeah how can I use 2 different queries in the record source?
  4. coryras

    Using 2 queries

    How can I use 2 Different Queries in the control source of a report. I want to use to separate queries.
  5. coryras

    Setting a text box size

    How can I set the size of a text box to only allow a user to enter a certain amount of text.
  6. coryras

    Setting a Text box to 255 characters?

    I already have it set to 255 in the table. My problem is on the form I want to only allow the user to be able to type in that many charcters because if they type in more than that the program blows up.
  7. coryras

    Setting a Text box to 255 characters?

    How can you set a text box to only allow a person to type in up to 255 characters from the form.
  8. coryras

    Using the same field twice with a diff qry on each

    Hi CosmoKramer, The information you gave me did the trick. Thankyou very much for your time and help. coryras
  9. coryras

    Using the same field twice with a diff qry on each

    I am trying to use the field balance twice in a report. Each balance is for a different date. I made two separate queries for the two balances and used one query within another. When I try to use the fields in the report it says that the field balance may be referring to more than one table...

Part and Inventory Search

Back
Top