Search results

  1. F

    Loop Query

    i have a table with employee details which include column for manager which is employee too something like that : empid---- name----- manager 1 ----------x 2---------- y---------- 1 3 ----------z---------- 2 4----------...
  2. F

    paper size and printer

    i need to create 3 reports and allow the user to change printer and paper size without default access tool creating a dialog box for that can that be done and how? i want it to be different settings for each report
  3. F

    Quantity left in stock

    i have that product details table contains different quantities for each product (quantities i received in different dates) i have that order details table contains different quantities for same product (quantities i sold in different dates) now to find the amount left from each product i...
  4. F

    store unbound textbox value in a field

    i have this textbox that contains an equation i want to store the equation result in a table the control source is set to the equation so i can't pass the value to the table field anyone can help?
  5. F

    printed watermark in report

    i know how to set picture as report background and how to import report in MS word but is there a way to have options in report deign like in word to edit background and set text or picture as water mark
  6. F

    total at end and begining of pages

    i have a report which contain a lis of products sold and its cost it contains many pages i want to sum each page at the end of it and use the sum at the next page as start value to be sumed with the following values some thing like for example 2nd page of report...
  7. F

    macro tutorial or book

    i have the basic concepts and information about macros but i need a detailed information about all macros i need a book or tutorial cover macros in access in details
  8. F

    tax problem

    i have this situation something like the following a control on a form gets income value from a table i want anther control should calculate the tax for each income value for each record the tax rate changes constantly like: income --------------------tax 1000 ---------------------0.5%...
  9. F

    order query please help

    i have a query that looks for orders in many cases first i use this statement in order date column criteria between [enter start date] and [enter end date] this allow user to find orders between any date range that he want but there is more cases: 1-if he didn't enter the start date...
  10. F

    keep multi value for unit price

    i have this product table with unit price and order table which contain orders for products from time to time unit price get changed i want to be able to keep the old and the new prices so i can set different unit price depending the date i made the order that each order use the unit price at...
Back
Top Bottom