Search results

  1. R

    filter a report

    Can i apply a filter to a report , to show only the data itmes that i need. how do i do this can anyone help
  2. R

    check condition in reports

    I am not sure if i can do the following and how I have an inventory table and a requisition table. I already have a report that displays the difference betwen the quantity in the inventory and the requisitioned quantity. All i want to do is to check if the left over quantity is below a...
  3. R

    Publish a Report to the web

    Hi all, Just wanted to know, if i could publish one of my reports on the intranet. and how do i do that. thanks
  4. R

    Opening Form error

    hey thanks, i did mess up there
  5. R

    Opening Form error

    it does ask for a number but i dont want this pop up to appear. actually even if i dont enter the number my form apears and populates with the vendor information. but it does not populate my vendor extention if i do enter the number in the beginning (a random number has nothing to do with my...
  6. R

    Opening Form error

    Hi My repair form pulls data from the vendor table to display the vendor information. Whenever i try to open the repair form, it gives me a popup first that says "enter the extention number" regardless of entering data or pressing cancel my form gets displayed. When i enter a number (a...
  7. R

    iterative query

    I am trying to do the following: 1. every time i enter something in the inventory table, i want it to be able to iteratively check for any avaliable stock and update the quantity instead of making a new entry every time. 2. Also, every time i do a requisition, it must "Subtract" that amount...
  8. R

    Autopopulate form

    1. how do i auto populate a form from another table. like a repair form pulling up information from the vendor table. 2. I have been trying to pull information into my form 'check stock' from a table called 'inventory'. i want to be able to just enter the serial number and then autopopulate...
  9. R

    Form display

    i just want that the first time i open the record, none of the users must see the existing records. they must have to do a 'find" to get a record.
  10. R

    Form display

    i have a form and it always displays the first record as it opens. i dont want it to display any records and be just blank. i have tried the code on Form_load for i = 1 to col.count col.item(i)="" next i dont know whats wrong with this code. please help
  11. R

    Add subtract query

    I have a table called the inventory table with a field called stock quantity. i want to be able to have a consolidated quantity for all the stock with the same Serial number and not have different entries every time i input a quantity. Also, i want to be able to subract from this consolidated...
Back
Top Bottom