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 Chriss Miller 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 ehsguy77

  1. ehsguy77

    combo-box table source change

    Thanks, RickSpr. That's actually what I did. The requery portion will help, though.
  2. ehsguy77

    combo-box table source change

    I'd like to be able to change the table source of a combo box based on a value entered in another combo box on the same form. I'll call the main combo box Category and the dependent combo box SubCategory. I need to call a different SubCategory list based on the Category I choose. What would...
  3. ehsguy77

    Close a database after time interval

    Thank you Roy. This is precisely what I want to do. Apparently someone else has wanted to do so as well. Several someone elses I suppose.
  4. ehsguy77

    Close a database after time interval

    Thanks for your input. How can such a simple idea be so compicated to bring to fruition? I simply cannot get some of my users to exit a database after they finish using it - and the computer it is used on is shared by several of our production employees. So if someone leaves the database...
  5. ehsguy77

    How can I add a field from one recordset to another recordset?

    If you give me more details on what you'd like to do, I may be able to help you...
  6. ehsguy77

    Close a database after time interval

    Hmmm...well, the inactivity would only apply to Access. They may be fondling other applications and such, so your first suggestion appeals to me a bit more. I would appreciate any insight into the matter...
  7. ehsguy77

    Close a database after time interval

    Does anyone know how I might close a database front end after, say, 5 minutes of inactivity?
  8. ehsguy77

    Report with continuation page

    Alternate method works like a charm. You've been swell...thanks again.
  9. ehsguy77

    Report with continuation page

    qryRestOfRecords was either showing all records, or none (if using Is Null). I'll try your alternate method - thanks for your patience.
  10. ehsguy77

    Report with continuation page

    Right - I've created qryTopFour and qryAll. Then I created a new query in Design View and added qryTopFour and qryAll to it as the data sources. I linked two fields (Manifest#) and set join properties to show all from qryAll, added all fields from qryAll and one from qryTopFour and set it's...
  11. ehsguy77

    Report with continuation page

    I've tried exactly what you said, and cannot get it to work. When I add a field to qryRestofRecords from qryTopFour and set the criteria to Is Null, I get no records. If I don't add any fields from qryTopFour, but all fields from qryAll, I get all records (with relationship between two fields...
  12. ehsguy77

    Report with continuation page

    Duane, You said I'm having a problem making this work. I'm know how to edit join properties, but I'm not sure which data from qryTopFour to include in qryRestofRecords (which would consist of the same datasource tables used to make qryTopFour?). Does it matter what field from qryTopFour I set...
  13. ehsguy77

    Report with continuation page

    Okay - got the top 4 working. Now, I'm thinking I need to make another report for the template for continuation pages, which have room for 9 records per page. This report would need it's own query. How do I make this report show all records but the top 4? And can I limit it to 9 records per...
  14. ehsguy77

    Report with continuation page

    Sounds like a good idea - how do I limit the top four records in my query?

Part and Inventory Search

Back
Top