Searchable Database On My Website?

Sep 14, 2006

I am a DJ and I want to allow my prospective customers to view my music library, while preventing my competition from printing a copy, or posting my library as their own. I think I can accomplish this by having a Java (or similar) interface on a page of my site that allows the user to search songs by title or artist. However, I am lost as to how to make that happen.

A competitor has something pretty close to what I want, but cannot get enough info about how to do it myself when viewing his source code (http://www.houstonkaraoke.com/search-pro/prodb.htm). I would like something a little more asthetically pleasing. My DB is in Excel 2000 and I am running XP.

View 3 Replies


ADVERTISEMENT

Creating Reactive Searchable Database?

Jan 2, 2013

I would like to be able to create a reactive, searchable database. I have data that will be broken down into two divisions: Origin and Destination States. I would like to type in an Origin State, then a Destination State, and then have the document provide results for matching data. For example, if company 1 is in the origin state, but not destination state, its data will not be shown in the search result. However, if company 2 is listed in both the Origin State and Destination State, its data will be listed.

Addition - Attached is a small example of the worksheet that I would like to create. In the "SEARCH" tab, I would like to enter the Origin and Destination States. the search would yield all appropriate matches. In this example, if I entered Alabama as the Orign State, and Arizona as the destination, the search would provide the following match:

GreenLine
H&M Bay
Refrigerated Express

View 1 Replies View Related

Searchable Database On Multiple Criteria

Aug 20, 2009

when it comes to using an excel sheet (which is already built and rather large) for functions which are more suited to database functions.

The excel contains audiotaped medical info in columns:
question
physician name
diagnosis/subject
timecode
label1 (checked box "on")
label2 (checked box "off")
comments

each of these are sectioned by audiotape with headers --
looking something like this --
TAPE 1
diagnosis/subject1
then under that, columns
question | physician name | timecode | label1 | label2

then
diagnosis/subject2
then under that columns
subject/question | physician name | timecode | label1 | label2

then
TAPE 2
with similar info
so each TAPE has numerous DIAGNOSES covered under which there are various questions asked and answered by individual doctors.
(see link to dummy file for visual)
[url]

I need to be able to search on a group of criteria simultaneously:
# physician’s name
# subject
# on-label
# off-label

and return the soundbite in a user-friendly way so that the entry-level desk people (with little or no excel expertise) can retrieve it.

YES, it was not set up to do this, but this is what i've got. so i'm hoping that before i go down too many dead-ends, someone can tell me which is the best way to do this.

Looks like VLOOKUP can only really search on one column and filters would require too much expertise for entry-level employees, but should i look into VBA or Macros. or do i need to import this into Access -- or learn SQL to interface with it on a user-friendly website?

View 9 Replies View Related

Searchable Dropdown List - Multiple Lines?

Apr 2, 2014

I built a searchable drop down list in excel which will create quick receipts from a huge list of products.

I entered my products in one column and their respective content and price in the columns next to it.

My goal is to create a searchable drop down list which will include all of my products so that when I search and select the product my customer ordered it will ultimately pull the content and price with it to form a receipt with multiple products.

The problem I ran into is that my searchable drop down list cannot be copied to the multiple rows below.

Cell B8 is active.

EFS receipt drop down.xlsx

View 2 Replies View Related

Searchable List Box To Return Column Other Than Searched Column?

Jan 23, 2014

I need the searchable list box to return data one column to the right of the "searched" column data.

This works mostly with Data Validation.

Named range "validationlist" with "=OFFSET(Choice!$AC$4,,,COUNTIF(Choice!$AC$4:$AC$14,"?*"))"

D9 has a drop down control. Enter the cell and type "br" and click the drop down arrow. Mouse to choose an item from the list box. If you chose "brown" , it will be entered in the cell. The returned item should be "banana" from the other column. How to do this?

Once working the control needs to be used across the row in more cells: E9, F9... all the way out to W9. And there has will be a Lookup to pull data from elsewhere above D9.

This worksheet ultimately needs to be uploaded to Skydrive and used as a collaborative worksheet as a 'web app'.

See attachment and formula output below.

[Code]............

searchableListBox-EF1.xlsx‎

View 2 Replies View Related

Creating Images Database Where Pics Are In Excel Database

Mar 31, 2004

I am currently trying to create a database of products for my company. For each product I would like to include an image associated with it. I then want to have on another sheet a place where the user will click an error and be able to cycle through the products. As tehy cycle the associated image will pop up.

What I need to understand is after importing the image into excel, how do I associate that image to a cell so I can reference it in another sheet of the database. I am not concerned with how large the database will get, my pictures are quite small.

View 4 Replies View Related

Database Named Database And Return A Time In Column

Nov 7, 2008

I'm trying to lookup a database named database and return a time in column A, based on criteria in cells a1 and b1 on another sheet, A1 would contain a number and B1 would contain a day from mon-fri

eg of Database
A B C D E F G
10:00 5000 Mon Tues

11:00 5000 Wed Thur Fri

and so on

if a1= 5000 & b1=Wed
how can I return 11:00

I have tried index and match =index(a:a,match(a1&b1,b:b&e:e,0))

View 9 Replies View Related

Sum Database Totals But Only If 2nd Database Greater Than X Number

Oct 17, 2013

I've used a countifs, but I'm having trouble doing a sum in a similar way. I have 2 databases and I will try to explain below. I need the to sum the values of database 1 if the second database is >= 20. So the value I would expect on this example would be 900. I would also like to be able to highlight which ones are elliminated. Such as coloring the text red.

Database 1

Eric 100
Jenny 200
Gina 300
Doug 400

Database 2

Eric 18
Jenny 20
Gina 34
Doug 55

View 5 Replies View Related

VBA To Log Into A Website

Jun 25, 2012

I have a spread I use daily where I need to go to a series of links on a site and extract data- all that is programmed. But it's a site that requires I first be logged into my account.

Code:
Sub AcctLogin()

Dim a As String
Set ie = CreateObject("InternetExplorer.Application")
With ie
.Visible = True

[Code] ....

The above code works, but it opens up an IE window. I'd just like it to log in in the background so I don't have to deal with a new window..

View 2 Replies View Related

Getting Postcodes From Website Using VBA

May 19, 2014

I am desperately trying to get full postcode lists from two websites: [URL] .... and [URL] ........

The latter of the two is harder to get (I'm told) so it could also be available at: [URL] .... by selecting only the "Collect+" stores.

View 2 Replies View Related

Getting Info From Website Using VBA

Aug 5, 2014

I am using VBA to open an IE page and try to get some info however i cant seem to grab it

This is the code i have..

[Code].....

I have inspected the code from the website and it is this

[Code] ........

The problem is i dont know how to get the info in the "Metaname, ICBM".

View 7 Replies View Related

Get Information From Website

Dec 16, 2009

I am looking to pull information from certain websites and put them in excel. I'm not quite sure where to start. I have tried the search option but it is not returning anything.

View 3 Replies View Related

Launch A Website

Jan 14, 2010

I am wanting to be able to lauch www.fafsa.gov from within Excel. In other words I want to be able to put a button on screen and when the user clicks on the button it will record some statistical data and then lauch the website. I know how to do everything except lauch the website. Can you lauch a website using code from within Excel.

View 4 Replies View Related

Using VBA To Get Details For A Website?

Apr 23, 2013

I have as list of company registration numbers and would like you use code to input them into the companies house website - Failure Page

Comany Reg No example - 03292899

In order to get the date of the last accounts.

The problem is then when you submit on the site i cant see how it passes the company reg number through to load the next page. If I can get to the page then i have code to get what i need from the page but i cant find a whay to get the to page that i want.

how to use the example reg number to access the companies house page for this company.

View 2 Replies View Related

Bringing In .gif From Website

Aug 11, 2009

I am trying to bring in a web page into excel but when it brings it in it misses the little football .gif. My code is like this if I don't get this gif its another bunch of work to read through the data.

Sub Get_playbyplay()

Dim cur_year As Integer
Dim game_url As String
Dim cur_row As Integer
Dim site_url As String
Dim paste_row As Long
Dim Heading As String
Dim q1_row As Long
Dim find_last As Long
Dim space_count As Integer
Dim prev_year As Integer

'Main loop each loop one season

View 9 Replies View Related

Extracting Data From A Website

Jul 30, 2013

I am trying to extract data from a website:

[URL] .....

I looked at the source code of the website and realized that if you notice (above) that the variables listed in the link (i.e year, month, day) are exactly what i need to change in order to get the data for a specific date. how can I accomplish this using VBA. so say I have in on an excel sheet year in column A, month in column B, and days in column C (time interval is constant so we don't have to worry about stime and etime). and i run the macro and it loops through each row taking year,month,day for all rows and saving the data as .csv or xls files?

View 1 Replies View Related

Any Way To Filter Valid Website?

Jun 12, 2014

I have list of various web site and i want to keep only valid site . How it is possible ?

View 1 Replies View Related

Logging In A Website With Macros

Dec 12, 2008

I'm trying to automate some webscraping on a website that requires a login, and was wondering how I would do so using Macros with a specific username password somewhere in the spreadsheet, lets say B2, and C2 respectively. The website I'm trying to login is this; http://underground.chacha.com/account/. I think I have most of the scraping figured out; its just the log-in for now.

View 2 Replies View Related

Retrieving Data From A Website

Jul 31, 2013

retrieving data from financial website databases like yahoofinance.com and bloomberg.com. I'm trying to make an automatic stock analysis model to read from the website database and retrieve the data into excel sheets. For example, when opening the excel model the user gets a popup to enter the stock ticker, the user enters the ticker and gets a set of data. Is this do-able in excel?

View 2 Replies View Related

Copying List From Website

Oct 30, 2013

I wonder if there is some way to copy a list from a website to an excel sheet.

I am referring to this particular website.

[URL]...

There is a cashflow savings calculator on this site.

I want to copy the categories stated in step 1 of this calculator to an excel sheet.

Is there some easy way to do this?

View 2 Replies View Related

Put Excel Sheet Onto Website?

Mar 3, 2014

I'm trying to put an excel sheet on to a website. The website allows HTML snippets and I know how to save the excel sheet as a webpage but I don't know how to transfer the webpage I've created on to the website. It asks me to post the snippet but I don't know what it wants? What is the snippet?

View 4 Replies View Related

Login To Website Using VBA Script

May 19, 2014

I'm trying to login to [URL] ...... using VBA. I cannot share login details. How it might be able to work?

View 3 Replies View Related

Fetching Data From Website?

Jun 20, 2014

I have list of url in a column. I want to fetch data from all the links and store it in a excel sheet.

I have written code, the code fetches only 1 links data at a time. I want to loop that vba macro and fetch all the data at a time.

View 4 Replies View Related

Scraping Website Into Excel?

Jul 9, 2014

I have an excel sheet that has a lot of APN (parcel numbers) on it. I would like to run that through the assessors page [URL] to get the address and owners name. It seems like a very simple thing to do, but... How would I make it run each parcel through the assessors page to get the name and address information. Is there a tool I can install into Excel to make this easier?

View 7 Replies View Related

View Website Tags?

Dec 21, 2009

I am building an application through Excel to update specific internal website information. My question is, is there an easier way to identify and view the tags on a web page without having to right-click and "view source"?

View 2 Replies View Related

Selecting From Website Dropdown Box

Aug 3, 2012

I'm attempting to familiarize myself with pulling data from an online database into spreadsheets for manipulation. I'm relatively familiar now with pulling tables using webquery, etc. but my next feat is accessing data from sites which require some "input" before retrieving the desired data set.

Currently, I have a site which contains information and prompts for the "year" of information in a dropdown box. I've attempted to do this as indicated below, and was able to "select" a year, however the page doesn't load the data like it would if I were to manually click on it.

Sub GetEmissionsData()
Dim ieApp As InternetExplorerDim ieDoc As ObjectSet ieApp = New InternetExplorer
ieApp.Visible = True

[Code] ........

Separately I've tried setting the year using another method, but this just give an error

Sub GetEmissionsData()
Dim ieApp As InternetExplorerDim ieDoc As ObjectSet ieApp = New InternetExplorer
ieApp.Visible = True

[Code] .......

I'm not sure if the error is due to some issue with my code - or if "Label1" isn't the correct label for the dropdown / combobox on the site. I didn't post the site source on this page - but the URL indicate in this post is the one I'm interested in.

View 4 Replies View Related

VBA - Save File From Website

Nov 19, 2003

I ran into a problem with the following code

Dim URL As String
URL = Worksheets("References & Resources").Range("URLMSL")
Dim IE As Object
Set IE = CreateObject("internetexplorer.application")
IE.Navigate URL
IE.Visible = True

My problem is that on most of the workstations here, it will open internet explorer, then open the file in Excel. I just want it to Save the file.

View 9 Replies View Related

Using VBA To Upload Image To Website?

Jun 23, 2013

I would like to write a script to upload image to this website. These images are in my local directory and their names are defined in excel file (cell J2:J5)This button in this website using flash so it make me hard.

i attached the file here

Using VBA to upload image to website

View 2 Replies View Related

Scrape File From Website?

Mar 14, 2014

I am trying to open/save a csv file from a website but the URL only takes me to the page the file is hosted on then the file has to be clicked and it asks you to save it. It doesn't appear that it is a shortened URL and using Firebug I have gone through the HTML trying to find a link to the file but haven't. These files are date specific and ultimately the macro will be used to scrape different dates.

The URL: [URL] From that you will select the year>month>day number>download file

View 5 Replies View Related

Find A Word In Website Using VBA?

Jun 3, 2014

I want to find a word in website using vba. below is my code but its not working in last.

Sub com411()
Dim tx As Object
Set ie = CreateObject("internetexplorer.application")

[Code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved