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!

Search results for query: *

  • Users: Woody666
  • Content: Threads
  • Order by date
  1. Woody666

    Import not importing all fields

    Hi All, I can't seem to find this answered anywhere on this forum, but I have a problem when I import a file and it leaves the trailing field out of the data imported. The issue seems to be the first 150 records or so don't contain any data in this field and even though its specified within an...
  2. Woody666

    Capture Ctl + Alt + Delete Keys

    Hi All, Does anyone know how to capture Ctrl + Alt + Del key combinations and stop the windows shut down from occurring? I cant figure it out using the KeyDown KeyPress events! [pipe] Thanks Woody [sadeyes]
  3. Woody666

    VALIDATE DATA BEFORE CONTINUING

    I have a form/subform set up that sets initial focus to a text field but I need a text field to: 1 Contain a value and not be left blank 2 Contain a valid value before continuing to enter data anywhere else on the form. Ive tried the AfterUpdate event but this only works if a value is entered...
  4. Woody666

    Combo box with Unique field

    How can I use a combo box to display Primary Key data such that when a selection is made it goes to that record and doesnt display an error message saying that you cant duplicate that record. [sadeyes] Woody
  5. Woody666

    Subform Counter

    I have a main form which has Job details on and a subform which lists Media details. What I want to achieve is if I entered a job number of 2000 that the media number on the sub form is assigned 1 if no other media is assigned to that job or is incremented by 1 if other media exist. This rule...
  6. Woody666

    Combo Box Adding at Runtime

    I want to add 'Table' names to a combo box at runtime after a database has been chosen within the program, so I wont know what these table names are until the program is running. ie If the chosen database had tables Table1, Table2, Table3, etc, I would like these to appear in the combo box. I...
  7. Woody666

    Manipulating multiple databases at the same time

    How do you have more than one database open at a time using ='dbengine.workspaces(0).databases(0)' and using the '=Currentdb' without having to close one and open the other.

Part and Inventory Search

Back
Top