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 Shaun E 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: *

  • Users: mustangirl
  • Content: Threads
  • Order by date
  1. mustangirl

    Expression too long, but it is not!!

    I need help! I have a nested iif statement in an unbound text box. There are 7 iifs and and 1,129 character. The iif statements I have been using have been working fine. Well I went into them to change something just like a 12 to a 13. When I try to get out of it and save, it is giving me an...
  2. mustangirl

    HIT COUNTER INCREASES AT INCREMENT OF 2

    MY HIT COUNTER IS INCREASING BY 2 FOR EVERY HIT, WHY? IT WAS DOING IT BY 3. ANY IDEAS? SHAWNDRA CREE JONES, DATABASE DEVELOPER TOYOTA MOTOR MANUFACTURING NORTH AMERICA ERLANGER, KY
  3. mustangirl

    Changing Properties in an array

    Here is a portion of code I have written. I have order count for example = 4. I want it to loop through textboxes (mainstring(I) 1- 12) on my report which are set up as an array. And change the font color until order count = 0. If i declare Mainstring as a String it will read the value of...
  4. mustangirl

    LINE LENGTH

    I HAVE A REPORT WITH TWO SUBREPORTS ON THEM. I WANT A LINE TO SEPERATE THE TWO SUBREPORTS. THE SUBREPORTS AND THE DETAIL SECTION ARE SET UP TO GROW AND SHRINK. HOWEVER, HOW DO I GET THE LINE TO ADJUST TO THE HIEGHT OF THE DETAIL SECTION EACH TIME. SOMETHING IN CODE BUILDER SUCH AS...
  5. mustangirl

    NEED HELP POPULATING UNBOUND FIELD

    I HAVE A FORM THAT HAS 23 UNBOUND FIELDS IN THEM. THESE UNBOUND FIELDS ARE LAYED OUT AS A TRAILER. I HAVE A LIST OF SUPPLIERS AND THE NUMBER OF SKIDS GOING TO EACH PLANT IN A CROSSTAB QUERY. I NEED IT TO READ THE RECORDSET THEN FOR EXAMPLE, IF SUPPLIER A HAS TWO SKIDS GOING TO PLANT K, THEN...
  6. mustangirl

    IIF statement with values not allowing the between statement to work

    I have some heading values that represent time, for example 2210 2340 100 220. I put an unbound field in between those values in the detail section. I want the field to check and see if another value on the detail line is between 2210 and 2340, if so then place an X in the unbound field...
  7. mustangirl

    cross tab query to a report

    I have a crosstab query. The column headings are times that a logistic routes leave a cross dock to go to our manufacturing facility. I run this query for each cross dock to each facility. Everytime I run it the times change in the column heading and the number of columns(routes) change. I...

Part and Inventory Search

Back
Top