Search results

  1. Thedon123

    Please help! combo/subform dilemma!

    if you dont and your database is not to big yet please e-mail it to me and i will have a look
  2. Thedon123

    Decipher code

    Thanks Thats brilliant the code makes sense now.
  3. Thedon123

    Please help! combo/subform dilemma!

    i dont know if this will help
  4. Thedon123

    Decipher code

    can anyone decipher this code for meOption Compare Database Private Sub SearchAssembly_AfterUpdate() Me![Component].Requery End Sub Private Sub Section_AfterUpdate() Me![SearchAssembly].Requery End Sub Private Sub Component_AfterUpdate() Me![SearchComp].Requery End Sub Private Sub...
  5. Thedon123

    Combo boxes

    that it thts what i am after
  6. Thedon123

    Combo boxes

    I have to have a set of combo boxes to select a code in steps e.g code 1we4 BOX 1 User selects 1 Box 2 User Selects 1w Box 3 User selcts 1we Box 4 User selcts 1we4 so it has to be done in steps as below. how would i go about doing that.
  7. Thedon123

    Relationship and primary key

    I have been asked to update this database with new records. the problem is i have been given records that have two sof the same values for the prinmary key. Som i decided to remove the primary key. this meant removing the relationship all ok. But when i tried to put the relationship back agin...
  8. Thedon123

    TransferText

    thanks a lot mate
  9. Thedon123

    AutoNumber question

    i have decided to give in to the idea of removing the autonumbere. thanks for all your advice it is really appreciated.
  10. Thedon123

    AutoNumber question

    sorry ssecca i do not understand your answer. do you want me to create another query but without the autonumber then use this qury instead of the table with the autonumber in the relationships.
  11. Thedon123

    AutoNumber question

    yes i have child records also.
  12. Thedon123

    AutoNumber question

    I have a primary key that is already autonumbered in an existing database. I need to remove the autonumber so i can change the primary key to a text field. hoew would i remove this autonumber.
  13. Thedon123

    TransferText

    I am working on an already created database. it has a transferTEXT FUNCTION. iN THE SPECIFICATION THERE ARE 3 DIFFERENT TYPES OF SPECIFICATION CREATED BY THE PREVIOUS PERSON WHO USED THIS DATABASE. WHERE WOULD I FIND THESE SPECIFICATIONS.
  14. Thedon123

    Date

    thank you very much. it worked.
  15. Thedon123

    Date

    i am creating a text file using vb of arecrd in a databse. when the user saves a file it automatically suuggests the file name i have set. So it woul d automatically suggest the file is saved as. latest.txt. What i need help with is i would like to know if there is a way in vb to put the...
  16. Thedon123

    References

    THanks for the help mate. i have got the required file of another computer. Thanks for the help .
  17. Thedon123

    References

    its called Microsft Common Dialog Control 6.0 (sp3)
  18. Thedon123

    References

    I have the attached reference below missing. When i select the path to replace it it comes up with version 5. Bearing in mind that this database was on another computer defore this. How do i go about installing version 6.
  19. Thedon123

    error

    Could anybidy tell me what this error means. i have checked the help file but no help.
  20. Thedon123

    transfer data as text file

    the data will be automaticaaly input into a larger database bot done in access. the database i am creating will be used as an offline entry of data to be exported to a larger database on the system.
Back
Top Bottom