Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bILLyYaNk

  1. bILLyYaNk

    Adding records to DAO.Recordset

    PHV: So what your saying is it can't be done unless I tag the records first to give them an order. That kind of messes me up because I don't want to add anything to the record. I guess there isn't an easy solution. I can always tag them put them in order then filter the tag before I output but...
  2. bILLyYaNk

    Adding records to DAO.Recordset

    Yes I know that but the problem is if I addNew it adds to the end of the record set and I need it to be updated in order. For example I want to break the BA record in two and leave it in the correct order. See Below: Records in file: B;A;000005125459;C;R;;HUGHES LEAH;22251...
  3. bILLyYaNk

    Adding records to DAO.Recordset

    Hello, I am having a difficult time editing a record and making 2 records out of it. What I need to do is take one record and break it in two parts and output both parts sequentially. There has got to be an easy way to do this that I am not seeing. I Know how to break apart the record but...
  4. bILLyYaNk

    How to call inputbox for query criteria?

    Hello, I have an Access 97 database where the criteria for a bunch of queries has to be changed when the user runs it. It would be nice if when the macro runs an input box would pop up asking for the criteria for the running query. That way the use won't forget to change the query's criteria...

Part and Inventory Search

Back
Top