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 danielledunham on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eagleboy

    How do I disable page up and page down keys?

    Firstly, this is not as easy as it seems. A wheel mouse will also scroll through the records. To disable the pg up & pg down buttons do the following: On the forms load event add: Me.KeyPreview.Enabled = True Then the following: Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)...
  2. eagleboy

    How to begin with Access

    Check the sample databases that should be somewhere on your PC. Check C:\Program Files\Microsoft Office\Office\Samples for files like Northwind.mdb Or when you open access go file-new and select one of the custom made Db's HTH Dave
  3. eagleboy

    Go to a specific record. - Access 2000

    In the record source for the subform, select sort - decending in the field that designates the record as the newest (Id or date field etc) that will put that record at the top. HTH Dave
  4. eagleboy

    Images in Database via absolute path

    I have a small program that I think does what you need, but since I'm new to this forum I dont know how to add attachments. Email me at predator@impulse.net.au and I'll send it to you. (Or maybe let me know if and how you can post attachments) Dave

Part and Inventory Search

Back
Top