Search results

  1. R

    Saving form between drag / drop hyper linking??

    Anyone else have this problem?
  2. R

    Saving form between drag / drop hyper linking??

    I have a form I created that has several fields to drag/drop files from explorer to create hyperlink extensions. The problem is it does not work unless the form has been saved prior to the drag/drop. This is not a big deal most of the time but if I’m dragging 2 or more files I have to save...
  3. R

    Importing Complicated Excel file to access table

    I have an excel spreadsheet with hundreds of part #’s that is generated for me showing the part number and specifications of packaging materials. I would like to incorporate this spreadsheet into a database I’m currently working on that already has these part numbers (individually list)...
  4. R

    Dynamically search multiple fields (John Big Booty Super)

    Thanks I eventually figured it out and have it working using the code below. Private Sub SearchResults_DblClick(Cancel As Integer) DoCmd.OpenForm "ProductDataMasterForm", , , "BPCS='" & Me.SearchResults & "'" End Sub
  5. R

    Dynamically search multiple fields (John Big Booty Super)

    Anyone able to help me with this? I still have not had a chance to get an upload because I have to remove a lot of information (this is for work). It is exactly like the example posted by john I just want to be able to click on the list box results to open that item in a separate form I created.
  6. R

    Dynamically search multiple fields (John Big Booty Super)

    I've managed to incorporate this wonderful dynamic search engine into my database (Link below). However I would like to be able to be able to click on the search results to open a form that contains detailed specs for the item. I already have the form I want to open created I just want to be...
  7. R

    Instant Search Box In Access Form (Search Function in Navigation Bar)

    John, I managed to setup your awesome dynamic search on my database base but I have a few questions. I want to be able to double click on the search results taking me to my “Detailed” form which basically shows the same data as my search just more fields are populated. ( I only have one main...
Back
Top Bottom