Search results

  1. D

    Macro error

    I have a field on a form that I want to set the value of that field to the value of another field I have on the same form. The Macro is set up like this: Item [Material] Expression =[Forms]![Master Form]![MaterialType] Error message is: You may have entered an operand without an operator...
  2. D

    Decimals on forms

    I have a form that has two fields I use to do some calculations. The problem I am having is that I can't put in a number with a decimal, (such as 2.250). The number keep rounding up or down to the next whole number. I want to keep it all in decimal format. How can I do this. Any help would be...
  3. D

    Calculations

    Howdy People, I have a general question about doing some calculations. I have a form an on that form I have two fields one is a quantity field and the other is a total cut lenght field. i would like to take the total cut lenght and multiply it to the quanity field, and the answer I get from...
  4. D

    Combo Boxes on forms

    Hi People, I have a table I made a form off of. On the form I made a combo box to select the vendors name from a list. when I select a vendor name from the list it then puts the address in the address field I took off of the table. But when I look at the table the vendor name is on the table...
  5. D

    Trouble with report.

    Hi Everybody, I am new to all of this so please bare with me. i am having a problem with my report. I have a combo box on my form to select a vendor from a list, and once you select a vendor it puts the address, city, state,and zip code in for me. when I go to print the report all I have on the...
Back
Top Bottom