Search results

  1. M

    converting monthly data to weekly

    have ms access table where values are stored as monthly. .. one record per month with date as 1st of the month example: Customer Date(dd/mm/yyyy) qty 1 01/01/2010 100 1 01/02/2010 80 1 01/03/2010 90 ...now i want to split this info into weekly and store into another table...and if a week...
  2. M

    computed query help?

    i have a table A with columns ( A_ID, Main_Quantity, Sub_Quantity) and another table B with columns (B_ID, B_Name, B_ConversionRate) now i want a query, so that the result i get is as follow A_ID, sum(Main_quantity) + sum(Sub_quantity) / B_ConversionRate, sum(Sub_Quantity) - sum(Sub_Quantity)...
  3. M

    how to make access exe file

    i have developed an access database application with forms... now i want it to distribute to my users........how should i make exe file..or what is the method of installing the applicaiton on client's computer...
  4. M

    barcode number authentication

    i have a textfield on the form, its associated with a field in the table. a barcode scanner will directly enter complete barcode into the form field. now i have to provide validation so that duplicate values are not stored. my barcode is as follows 060010305001 ( here 06 is supplier number...
Back
Top Bottom