473,382 Members | 1,647 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,382 software developers and data experts.

Switchboard?

Someone told me in order to make a front end search on an access
database, I would need these switchboard macros, how do I do this? Is
it possible to do something like this with Access 2000, or do I need a
more recent edition? HELP!
Nov 13 '05 #1
5 1911
"Abbey Krystowiak" wrote
Someone told me in order to make
a front end search on an access
database, I would need these
switchboard macros, how do I do
this? Is it possible to do something
like this with Access 2000, or do I
need a more recent edition? HELP!


Perhaps "someone" should have been more specific.

I need you to clarify what, exactly, you mean by "a front end search". I
need you to clarify what you mean by "these switchboard macros".

I have been doing quite a number of different kinds of searches in Access
databases since version 1.0, and have certainly never used any "switchboard
macro" (in fact, the only macros that I ever use nowadays are "autoexec" and
"autokeys", and those very rarely). So, I would say that "someone" gave you
misleading information or that you misunderstood.

If you can clarify so that _we_ understand what you need, perhaps someone
can offer a worthwhile suggestion.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #2
What I am doing is trying to make a database of all these research
studies that are done and sitting there. So I have fields like study
name, date, person initiated, study done by, keywords, etc. I then need
this database to be able to be searched so that people can type
something in and find a study with research they need. Make any sense?
However the people conducting the queries will probably have little to
no knowledge of Access. I am not really sure where this person got the
Switchboard macros stuff from but I had it written down. Any help you
could offer would be great. Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3
Sounds to me like what they MEANT for you to do was have a form with a
button for each type of search the user would want to perform (ie: a
button for subject type, a button for keyword, etc.) And clicking a
button would open a form tied to a query for each type of search?

I would probably make a single form with option buttons instead, and an
unbound text field. Have the user put their search string in the text
field, select an option button to specify their search, and a "Search"
button to make it all happen. Then you could set some options in VB to
open the report (docmd.openreport) based on the option button they
selected (I think you'd use the "where" part of the "openreport"
function to speicify how the report would filter).

If I did this myself, I'd end up putting some research into this
process, I just described. Sorry I can't COMPLETELY elaborate, but
that's how I would do it. Seems like a "point" in the right direction,
anyway.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #4

Sorry, I am not as smooth with Access as I thought. How do create a
single form with buttons?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #5

Option buttons are the circles that you click on, which puts a dot
inside the circle. This method, which is just the way that I would go
about it, would require some VBA programming. If you're not altogether
comfortable with that, you could do what was suggested to you before.
One command button for each type of query (one query for subject, one
query for keyword, etc.)

Before you try that, I believe you said you were on Access 2000. If so,
this will be helpful for you to download/use/etc:
<http://msdn.microsoft.com/library/de...y/en-us/bapp20
00/html/mdbdownload.asp>
(make sure you get everything between the <> marks, that's the whole
address.)
That is the link to Microsoft's downloadable version of the Developer
Solutions database (Solutions09.mdb). There are instructions in that
database on how to do this. It's under "Using queries with forms and
reports" and then under "Use a custom function in a subform's SELECT
statement" (change the dates to sometime in 1996 to see data). This is
a good tool, I use it myself from time to time.

You could also look here: <http://intranet.mathtechinc.com/doc/bldapps/

and scroll down to "Filtering and Sorting Data in Forms and Reports" in
the window on the left side. This site says it's for Access 97, but it
mostly applies to A2K as well.

Use your help file, the internet, newsgroups, etc. Here's a few of my
favorite sites (I've been doing this for a few years now but still
sometimes consider myself somewhat of a "newbie", so I hope these help
you like they've helped me)

A good place to search for the answer to a question. See if someone has
asked the same question you're having, sort of like DevelopersDex
(questions you post here, will also appear in DevelopersDex):
<http://groups.google.com/groups?hl=e....databases.ms-
access>

Wonderful VBA reference:
<http://www.netcoders.dk/docs/vbscript/vbstoc.htm>

A great site with great samples:
<http://www.mvps.org/access/>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Mark | last post by:
I am looking for a switchboard creator alternative for my MDB. Can anyone help me? Thanks for your help, Mark
2
by: Dannic | last post by:
Here is the application. Its a simple application really. I have a db created in Access 2000 which opens to a switchboard created by the switchboard manager. Now the problem. This only works...
2
by: Dejan M. | last post by:
Can you help me? I have 9 forms in the base. 2 forms are opening as single and 7 as datasheet. Thats OK, but when I used Switchboard manager, with him all of my forms are opened as single. How can...
2
by: Terry | last post by:
I have created a switchboard, created using Access 2000. If I put the mouse anywhere on the form, outside of the checkboxes and scroll the wheel backwards, I get the following error. Run-Time...
4
by: Rampar | last post by:
I did some customizing on my switchboard (changing colors and adding graphics) to make it more appealing. I tried to add another item, and it told me that 8 was the limit. Fine. I deleted one...
5
by: Michael Keene | last post by:
I have a query that I'd like to add to my switchboard, but when I use the switchboard manager I only get the option to run a report, a macro or open a form. Is there a way to add a query without...
2
by: Neil Greenough | last post by:
I am trying to create a Switchboard using the Switchboard Manager in MS Access 2000. I have managed to get the table created for the switchboard, however it hasn't actually created the form. ...
1
by: jimwlee | last post by:
Hi all, I mistakenly deleted my switchboard on the Object Forms view. I recreated it again with the database utility, but the switchboard isn't showing up in the forms view. Any ideas? Thanks in...
1
by: mplus_2000 | last post by:
I have recently inherited a database. The switchboard (and other forms) displays the name of the database on it (top, center). Currently the name that appears is Reviews. There are plans to roll...
2
by: Earl Anderson | last post by:
In Acc2003, I have a situation in which I have a main switchboard and upon pressing one of its buttons , takes the user to another sub hierarchical switchboard. Pressing one of these buttons could...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.