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!

Search results for query: *

  1. oneeyedwilly

    Combo box still giving me a head ache.

    Hi, I have had some sleep now so i might be able to word this correctly. outline 2 tables organisation and employee joined by company number i.e. microsoft id 1 bob and geoff work for microsoft therefore they have a 1 set against them in the employee table. i have two forms. the first selects...
  2. oneeyedwilly

    Limiting the contents of a combo box

    Hi - i haven't touched Access for ages and my mind has sustained too much alcohol damage in recent years for me to remember even the basics, so: i have a form (form1) which links to a table (table1)where by i select an organisation via a combo box - i created a button on the form which opens...
  3. oneeyedwilly

    Opening a form for a new record and using a value in a combo box

    Hi, I would like to open a form to enter a new record and use information from the original form to populate a field on the second form. combo box on form 1 = field on form 2(new record)
  4. oneeyedwilly

    CPU is constantly at 100%

    My CPU is constantly running at 100%. I have a pentium 4 3.06ghz I have had a look in the task manager and svchost.exe SYSTEM appears to be taking up all the available processor power that it can. I have run ad-aware and McAfee and i cant find anything horrible. Any ideas to what the problem...
  5. oneeyedwilly

    Word 2000 shuts down after loading when running xp

    When i start word 2000 it shuts down straight away or more specifically when i stop typing the first word (happens on new or after opening existing documents)!!!! if i hold a key down the program does not produce an error but when i lift off the key the program decides it needs to shut down. I...
  6. oneeyedwilly

    Form allowing edits problem!

    I have a form which is allowing me to edit the data shown on it. i have set the form properties to allow edits = NO I have me.allowedits = false on the Form_Load() event procedure and on Form_Current() event procedure but for some reason i can still edit the information on the form. The form...
  7. oneeyedwilly

    how do i show number of records?

    I would like to be able to show the number of records available on a form, but with out using the navigation buttons i have buttons to navigate (just used wizard). This must be easy surely......
  8. oneeyedwilly

    increment vale in entire column of a table with click of a button

    I want to be able to increment all the values in the entire column in a table, on the click of a button, any ideas?
  9. oneeyedwilly

    search a field by year when field holds entire date :(

    OK here goes: I have a table containing personal details, one of the fields is date of birth. I have a form (form 2)which i use to open another form (form 1)which contains personal data (form 2) is opened from form 1 in order to perform a search (not too important) Form 2 contains only a text...
  10. oneeyedwilly

    Searching by year when field holds entire date

    OK here goes: I have a table containing personal details, one of the fields is date of birth. I have a form (form 2)which i use to open another form (form 1)which contains personal data (form 2) is opened from form 1 in order to perform a search (not too important) Form 2 contains only a text...
  11. oneeyedwilly

    Search by date problem :-(

    OK here goes: I have a table containing personal details, one of the fields is date of birth. I have a form (form 2)which i use to open another form (form 1)which contains personal data (form 2) is opened from form 1 in order to perform a search (not too important) Form 2 contains only a text...
  12. oneeyedwilly

    2 tables, 1 combo box, 1 form, no solution?!?!?!?!?!?!?!

    I have 2 tables linked by a 1 to many relationship via personID and PersonNo PersonID 1-------M PersonNo 1 person may have many injuries....... Form: name=phys Tables: 1st PeronInfo 2nd Injuries Form record source: Injuries Combo Boxes: no.1 Based on PersonInfo using...
  13. oneeyedwilly

    Finding a record using a combo box not based on the record source

    I have 2 tables linked by a 1 to many relationship via personID and PersonNo PersonID 1-------M PersonNo 1 person may have many injuries....... Form: name=phys Tables: 1st PeronInfo 2nd Injuries Form record source: Injuries Combo Boxes: no.1 Based on PersonInfo using...
  14. oneeyedwilly

    How do i get a form to load automatically on DB startup

    I want a form named 'MainMenu' to load up automatically when i start the Database.... Is it possible? if so how do i do it?
  15. oneeyedwilly

    <b>Win Me and Win 95 network solution</b>

    Right i have a simple "network" at home with one WinMe and one Win95 Machine but they sometimes dont want to see each other. Most of the time i am unable to browse the network despite being logged on as a user. Named after the notorious East end Kray twins for the trouble that...
  16. oneeyedwilly

    working out what people fall in to which age ranges with 2 combo boxes

    OK i see if i can explain this one with out confusing myself........... i would like to have two combo boxes: using the first i will be able to scroll down and pick an age group. The second box will then list the people that fall in to that age group. The age groups will run from Under 9's to...
  17. oneeyedwilly

    check to see if a record already exists?

    why is it you solve one problem and another one rears its ugly head? here it is..... I have a form which contains personal data and relates to table 1. on the form there is a button to open a new form containing emegency contact numbers, this form links to a second table. the forms are...
  18. oneeyedwilly

    Linking forms

    How do i link 2 forms without closing down the enitial form first? I want to populate 2 tables both linked with a PersonID. I can get the second form to link to the first form; but the info on the first form is not entered into a table.... When i try to save the data in the second form it says...

Part and Inventory Search

Back
Top