Search results

  1. G

    Refresh subform

    Hi all, I am back to the same problem When Products are updated, PurchaseOrder_GRV and PurchaseOrderGRVSubform does not requery I tried al the below
  2. G

    Refresh subform

    All good thank you Thanks for the assistance
  3. G

    Refresh subform

    Hi, No does not have the same name I got this one sorted This form has a sub form that needs to be updated I am now looking at the same senario but the main form must requery, not the sub form Seems like the same code wont work if there is no sub form with .RowSource
  4. G

    Refresh subform

    Neither seems to work No errors, new record just not available in the other forms sub form
  5. G

    Refresh subform

    Hi all, I am updating a form and after another form with a sunform must requery Somehow it is not refreshing and the new record added does not appear in the drop down box of the sub form
  6. G

    Currency Format

    Thank you all, It works Removed the , and replaced with space
  7. G

    Currency Format

    When I set the format to currency and decimal 2, I do get R4 424 200,00 Even when I set the decimal to 0, still the correct output as I dont want to see decimals Which looks good but the incorrect currency I dont want to change the windows currency tp UGX though
  8. G

    Currency Format

    It formats to 2553440 instead of 2,553,440 (Original value 2553440.23) I don't want to see the decimals so that is correct Window currency is set to ZAR, don't want to change that
  9. G

    Currency Format

    Hi all, Any reason why my value control wont format to currency with thousand separator and no decimals? The data type is number, double
  10. G

    Prefered Customer

    Got it working as required Thank you
  11. G

    Prefered Customer

    No just 2 levels If the supplier selected has a product marked with the same supplier, then to the top Then any other products There will be 2 fillets, one raw and one manufactured, when purchasing i only look at raw product, selling would only be manufactured products
  12. G

    Prefered Customer

    Products table see below When I select Rogers meat, I would like to see the products from the product table marked as rogers meat preferred supplier on the top of the list before any other product is displayed When crown national is selected as supplier, I would like to see the spices on the...
  13. G

    Prefered Customer

    For instance if you normally purchase bread from one supplier but that day you purchase from the garage, the option to purchase any product from any supplier should be available
  14. G

    Prefered Customer

    Apologies, I was referring to suppliers I have 100 products When I select a supplier, I want to se all 100 products Lets say I purchase meat and spices Meat I purchase from Meat Supplier and spices from a supplier in South Africa When I select the meat supplier, I want to see all 100 products...
  15. G

    Prefered Customer

    Hi all, I have a preferred customer set up in my products table When I raise a new purchase order and I select the customer, I would like to have the items with the customer as preferred customer to be sorted to the top of the combo box and the balance of the products below. If no preferred...
  16. G

    Calculator

    Thank you all
  17. G

    Calculator

    I can use the built in windows calculator but some of the staff don't really have much computer literacy, so having the calculator on the same form where a few values needs to be added, will make it much easier for the user, instead of having to open up the windows calculator, just a preference
  18. G

    Adding fields sum

    I sum them all together, for November, there is figures for all Just Profit/Loss is blank But NZ seems to work just fine Thank you
  19. G

    Calculator

    Hi all, Is there an easy way to create a calculator on a form?
  20. G

    Adding fields sum

    Hi all, Quick question Below is a table with temporary data I need to add fields together Query comes out blank What am I doing incorrectly?
Back
Top Bottom