473,394 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Combo box possibilities

14
Here are the other 2 questions I have. I forgot to mention I am on Access 2003/Windows XP.

The second and third question I have is on Combo box. Can a combo box be used to access several documents on the network drive (U) or any other location? For example from the drop down list there are 3 options.
Weekly figures
Monthly figures
Quarter figures

Each one of these would open the related word or excel document.


The third question is, I saw a posting on this but apparently I didn’t get everything. I would like to create a combo box which list web addresses that a user can chose from. First I tried to add the values (web addresses) in the combo box then changed the hyperlink (format tab) on the combo box to yes but that didn’t work. Then I decided to create a table with the addresses as hyperlinks and then created a combo box with the table. Change the combo box hyperlink to yes and it still did not work. I thought for sure the second one would have worked but I had no luck. Hope I made sense. Thanks for any help.
Nov 17 '06 #1
5 3218
MMcCarthy
14,534 Expert Mod 8TB
Here are the other 2 questions I have. I forgot to mention I am on Access 2003/Windows XP.

The second and third question I have is on Combo box. Can a combo box be used to access several documents on the network drive (U) or any other location? For example from the drop down list there are 3 options.
Weekly figures
Monthly figures
Quarter figures

Each one of these would open the related word or excel document.
Instinctively I would say that the best way to do this is to create a table with a list of linked oleobjects and include a field to reference them as above.

The only other way I can think of to do this is to have all the files in one folder and get a list of the contents of the folder to populate the combobox. (There is code for this if necessary)

The files would have to contain some naming convention regarding their weekly, monthly, etc. status. Which would have to be checked for using in the aforementioned code.


The third question is, I saw a posting on this but apparently I didn’t get everything. I would like to create a combo box which list web addresses that a user can chose from. First I tried to add the values (web addresses) in the combo box then changed the hyperlink (format tab) on the combo box to yes but that didn’t work. Then I decided to create a table with the addresses as hyperlinks and then created a combo box with the table. Change the combo box hyperlink to yes and it still did not work. I thought for sure the second one would have worked but I had no luck. Hope I made sense. Thanks for any help.
I can't remember the resolution on that. Maybe someone else will. If not I'll try to find out.

I do remember making a comment regarding the original email entries and whether they had the mailto:someone@domain.com format.
Nov 18 '06 #2
ADezii
8,834 Expert 8TB
Here are the other 2 questions I have. I forgot to mention I am on Access 2003/Windows XP.

The second and third question I have is on Combo box. Can a combo box be used to access several documents on the network drive (U) or any other location? For example from the drop down list there are 3 options.
Weekly figures
Monthly figures
Quarter figures

Each one of these would open the related word or excel document.


The third question is, I saw a posting on this but apparently I didn’t get everything. I would like to create a combo box which list web addresses that a user can chose from. First I tried to add the values (web addresses) in the combo box then changed the hyperlink (format tab) on the combo box to yes but that didn’t work. Then I decided to create a table with the addresses as hyperlinks and then created a combo box with the table. Change the combo box hyperlink to yes and it still did not work. I thought for sure the second one would have worked but I had no luck. Hope I made sense. Thanks for any help.
1) Populate a Combo Box, say cboWebSites, with any valid entries such as:
www.microsoft.com, www.yahoo.com, etc.
2) Insert the Microsoft Web Browser ActiveX Control onto a Form and use it
exclusively for browsing (name it WebBrowser1)
3) Select a Web Site from the Combo Box and wherever appropriate, add this simple line of code:
Expand|Select|Wrap|Line Numbers
  1. Me![WebBrowser1].Navigate Me![cboWebSites]
Nov 18 '06 #3
MMcCarthy
14,534 Expert Mod 8TB
1) Populate a Combo Box, say cboWebSites, with any valid entries such as:
www.microsoft.com, www.yahoo.com, etc.
2) Insert the Microsoft Web Browser ActiveX Control onto a Form and use it
exclusively for browsing (name it WebBrowser1)
3) Select a Web Site from the Combo Box and wherever appropriate, add this simple line of code:
Expand|Select|Wrap|Line Numbers
  1. Me![WebBrowser1].Navigate Me![cboWebSites]
Good catch ADezii and good solution.

I misread the question to refer to email address rather than web addresses.
Nov 18 '06 #4
PEB
1,418 Expert 1GB
Hi with the list, queries or combo boxes you can do it...

At this place
http://www.mvps.org/access/modules/mdl0001.htm

There is an exemple that illustrates an Explorer in Access...

When you click on an entry it is open...

It seek everywhere!
Nov 18 '06 #5
Bface
14
Thank you all for replying. I have created, populated the Combo Box [CboWebSites] and created the Form WebBrowser1 with the ActiveX control. Could someone please let me know where I am suppose to add the line of code.

Thanks!
Nov 19 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: vgrssrtrs | last post by:
<html> <head> <script language="JavaScript"> <!-- /* *** Multiple dynamic combo boxes *** by Mirko Elviro, 9 Mar 2005 *** ***Please do not remove this comment
8
by: PeteCresswell | last post by:
I'm looking for some code that makes a list presented in a subform autoscroll in response to the user typing - like a combo box dropdown or a regular ListBox does. I.e. The user is looking at...
11
by: my-wings | last post by:
I think I've painted myself into a corner, and I'm hoping someone can help me out. I have a table of books (tblBooks), which includes a field (strPubName) for Publisher Name and another field...
1
by: scott_baird | last post by:
I'm sure there are easier ways, but... I have a combo box that has 5 possibilities (one of which is "sold"). When the combobox.value=Sold, I want an image to appear, otherwise to not be visible....
12
by: Randall Parker | last post by:
Using DropDownList to create select/option tags in HTML how to make the first option be a blank string? I have fields with optional values. Currently I'm populating the DropDownList by querying...
3
by: hmiller | last post by:
Hey everyone, I am having a hell of a time trying to set this menu system up. Here's what I'm trying to do. Combo Box One; is populated by names under properties "row source" "Phase 1"...
2
by: kiranmn75 | last post by:
I want to dynamically populate a combo box through javascript. Data is coming from a array. Sometimes data list may contain items in excess of 2000. Explorer takes more than 5 seconds to...
22
by: MLH | last post by:
If 3 things can be in one of 2 states, the number of possible combinations is equal to 2^3. But if I have 3 things, 2 of which can be in 2 states and the other in 3 states, what's the simplest...
6
by: Dave | last post by:
I want to put the information that the user selects in my combo boxes into a subform that lies on the same form as the combo boxes. Thanks for your help already, Dave
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.