Search results

  1. D

    On a table, input one data from a field to another field with a different text type

    I've open the database and clicked on browse but nothing happened. should I keep it in a different location?
  2. D

    On a table, input one data from a field to another field with a different text type

    Well, I am actually making a photo database, the user keys in the path of the folder he wants to link to the database in a field with a text data type. The field is called "Photo Location". Then I put an unbound image frame and used Photo Location as its control source. Then I realised the only...
  3. D

    On a table, input one data from a field to another field with a different text type

    From a table I want a text field which has a path to a file to be copied automatically into a another field of the same table with a hyperlink text type
  4. D

    I can't use a toggle button to open a subform

    I am very new to MS Access and I used Form Wizard to make a Linked Form The tables are Events and Photos, the joined fields are Events!ID to Photos!EventID perhaps its the module to the link which is Sub Form_Current() On Error GoTo Form_Current_Err If ChildFormIsOpen() Then...
  5. D

    Photo Database

    Sorry but I am very new to microsoft access, so where do I input that code?
  6. D

    Photo Database

    I am making a photo database for a friend of mine. He's a photographer for his company and has photos based on events from many years. Whenever there is a farewell for his colleague he would have to search photos of them to make a farewell video, which means going through many events from many...
  7. D

    Query Based on Combo Box

    By the way, does this applies also to ms access 2010?
  8. D

    Query Based on Combo Box

    ok, many thanks
  9. D

    Query Based on Combo Box

    Its a Parameter Query "Who are you looking for?" is prompted when the user opens the query because I want the user to use the query to search instead of using a Form
  10. D

    Query Based on Combo Box

    Then again I set the criteria as LIKE "*" & [Who are you looking for?] & "*" I tried LIKE "*" & [Who are you looking for?].Column(1) & "*" but still get an error message though Help
  11. D

    Query Based on Combo Box

    What if I still want to keep to 2 column?... Because its like the combo box has a list of names and the departments those people are related to... How do I make it so that it searches the name and not the department then?
Back
Top Bottom