Search results

  1. S

    Checking/Unchecking All Records

    Can someone help me on this one - I have a database that was set up using the contacts database wizard - One useful feature I'd like to keep is just not working - it did in the begininng - but since adding my own stuff to it its not working anymore! This piece of code falls over at rs.edit -...
  2. S

    Event not triggering until you do it again

    I have an Append query that is triggered through a macro when you exit a field on a subform. Trouble is that it just doesn't run when you first enter the data. To get it to run, I have to leave the row and then overtype what I did! Anyone got any ideas as to why - I've tried it on After...
  3. S

    ObjWord As Word.Application

    I have lifted out of the Access Developers Handbook the code for opening a Word document and entering data from the db into it. However it falls down on this first line!!!!! Dim ObjWord As Word.Application I get a compile error: User-defined type not defined with the words ObjWord As...
  4. S

    Can this one be done

    I have a query which summarises the totals on a receipt. Put simply it looks up each entry for the ReceiptID and outputs to one line the sums I have asked it to do using the Group By method - which for me is quite an achievement! Taking it one step on, is this possible... On each receipt the...
  5. S

    Inventory control

    I have a db based on the original Inventory control template. I've modified it to do all most all that I need thanks to reading many of the posts on this website. I have stock products that are all contained in the Products table. All the transactions are recorded in the Inventory...
Back
Top Bottom