Recent content by ali37

  1. A

    Changing to a record based on text box entry

    Thanks guys, Allen Brownes site has been really useful and using that ive sorted the combo box out to do what i want it to, cheers :)
  2. A

    Changing to a record based on text box entry

    ok, ive created the combo box using the ID's from the respective records. so how do i edit it so that, once changed, it will automatically change the record to the one with the ID matching the combo box choice?
  3. A

    Changing to a record based on text box entry

    bob fitz how would i go about creating the combo box like that?
  4. A

    Changing to a record based on text box entry

    thanks for the quick replies. im very new when it comes to using VBA as ive only done afew things involving menial tasks with it, could you help me out abit in terms of what lines i should go down for the coding? also, this search text-box will be on every record to make it easier to navigate...
  5. A

    Changing to a record based on text box entry

    Hey guys, im going to try and describe my problem as best as i can. i have a database with a large number of records. Navigating through the records through a form one by one is a pain, so i want to create a text box where you can enter the ID number of the record, and whichever record has the...
  6. A

    VBA code works on one machine but not another?

    sorry it throws up an error involving the vba code, then brings up the troubleshooting error for the code, but does not specify or highlight where the problem is
  7. A

    VBA code works on one machine but not another?

    hi there, i have this vba code which allows the user, through the use of a macro, create a folder within a certain directory using the unique ID number of the record as the folder name. It will not create duplicates. This works great on one pc but not another, which has the same directory...
  8. A

    adding pdf's to an image window based on their name

    Hi there. im relatively new with Access and database construction but have dabbled in some vba throughout my database's construction. im currently creating a rudimentary database in order to store 'learner details', 'certificate details' and 'course details' for a health and safety company, on...
  9. A

    expression typed incorrectly or is too complicated

    yes i used the design view within the query and typed in the instructions within the columns. the partial query is what i was going for with the fields first name, second name, company name and course name, but the missing like was a typo, that particular field shouldnt be partial. is there an...
  10. A

    expression typed incorrectly or is too complicated

    hi there, im a relative newbie to access and have been recently employed creating a basic database for a small company. i have been trying to create a 'search engine' which would search through all records of a table through the use of a sub form on a form, and unbound fields. What i want and...
Back
Top Bottom