Search results

  1. J

    Update table data in on a click?

    Hi all, I'm new to Access programming so this could be very simple for some of you. I have a table with field name: OrderStatus which has several values: Payment Requested Payment Received Order Shipped Completed I currently change each status manually. But more often I need to change ALL...
  2. J

    Convert Expression Calculation into Data Table?

    Hello all, I'm quite new to Access. I've read many Access tutorials and site but I have yet to found the solution for my problem. So here it is (pardon my english): Field AmountTotal is =(Nz([AmountSubTotal])+Nz([AmountSH])-Nz([Discounts])) I manually input AmountSubTotal, AmountSH and...
Back
Top Bottom