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 TouchToneTommy 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 Bushwacker

  1. Bushwacker

    Inserting a Record into a database

    Sorry all. After reading Jim's reply, I realized I'd not read the original request carefully enough. My suggestion would do nothing more than move the user to a new, empty record. I was too quick on the draw!
  2. Bushwacker

    Inserting a Record into a database

    Try adding this code to the code that runs when the F9 key is hit:<br> <br> DoCmd.GoToRecord acDataForm, &quot;frmTest&quot;, acNewRec<br> <br> Substitute the name of your form where I have &quot;frmTest&quot; (the quotes are mandatory). This should move you to a new record. This should work...
  3. Bushwacker

    text file extract on timer

    I don't know what your skill level is, but you could try writing a Pro*C app that could be run as a scheduled job on your NT server at the required time interval. Pro*C can be a little tricky, but if you are knowledgeable of C and understand the concept of cursors in Oracle, it should be pretty...

Part and Inventory Search

Back
Top