Search results

  1. S

    Form will not save

    Hi I'm getting an error message as shown in the screen shot I've been trying found where the error is in my relationship but just can't see it. I would love some one to take a look see for me
  2. S

    Update query percentage prompt

    Thanks for your help this is what worked from another form [ProdSellPrice]*(1+([Enter a Percentage]/100))
  3. S

    Update query percentage prompt

    Ok I've open SQL UPDATE tblProduct, tblProduct AS tblProduct_1 SET tblProduct.ProdSellPrice = "ProdSellPrice"+"ProdSellPrice *[Enter a Percentage:]"; Removed tblProduct I now get a prompt box and it updates but prompt box says tblProduct.ProdSellPrice I need the it to say Enter a Percentage
  4. S

    Update query percentage prompt

    Thanks for doing that
  5. S

    Update query percentage prompt

    tried that still get same error
  6. S

    Update query percentage prompt

    This is the error message after putting this in "ProdSellPrice+ProdSellPrice *[Enter a Percentage]
  7. S

    Update query percentage prompt

    This is what I have done but I get error ProdSellPrice"+"ProdSellPrice: [ProdSellPrice]*[Enter a percentage]
  8. S

    Update query percentage prompt

    Hi I need to do a update query with prompt to input a percentage.
Back
Top Bottom