473,385 Members | 2,069 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,385 software developers and data experts.

display data and query side by side

Is it possible to view access query (design view or sql view) and its
query results in the same window (for example, arrange them side by
side) as other DB software do?

Thanks,

Wei

Oct 10 '06 #1
4 3869
<zw****@gmail.comwrote
Is it possible to view access query (design view or sql view) and its
query results in the same window (for example, arrange them side by
side) as other DB software do?
It is certainly possible if you create a Form, and use a Subform Control to
contain another Form showing the results. You can't rearrange the Query
Builder window as you describe.

I don't recall seeing a side-by-side arrangement in "other DB software." If
you are trying to embarrass someone here into an answer, that is not a good
technique. If you want to describe something you are trying to duplicate,
you should say _what_ other DB software is involved.

Larry Linson
Microsoft Access MVP
Oct 10 '06 #2
The only way to do that in Access is to create to separate queries with
the same sql. Run one query and view the sql from the other query.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Oct 10 '06 #3
Larry,
As for the side-by-side arrangement (as in SQL editor in
SQL/Navigator or TOAD), I mean the query window in MS Access itself
without creating any forms or reports.
I wasn't trying to embarrass anyone. just asking for some potential
options in access which I don't know of.

Wei

Oct 10 '06 #4
zw****@gmail.com wrote:
Is it possible to view access query (design view or sql view) and its
query results in the same window (for example, arrange them side by
side) as other DB software do?
It's not built in, and I remember other DB tools placing these windows top
and bottom, but you can put them both side by side in Access. Create your
query then go to SQL View. Create a new query and copy the SQL from the
first query to the second query. Minimize the other windows and go to Window
| Tile Vertically to get the queries side by side. Open the second query in
datasheet view. If you need to make changes, go back to SQL View and change
it, then copy the SQL to the first query. Open the second query in datasheet
view again.

You can write code that will automate this for you and then use a custom
button on a toolbar to run the code every time you want to run the query so
you can see the SQL and results side by side.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200610/1

Oct 10 '06 #5

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

Similar topics

8
by: rikesh | last post by:
Hi I'm sure this is a very trivial problem! I have a combo bound to a recordset. I was wondering how I can show the value on the page, what the user has selected? The code that I'm using is...
1
by: jomo | last post by:
Hi, I need some technical help. How do I generate a request from an HTML search form (or button/hyperlink) to search/query an XML data file, using CGI scripts, and have the results displayed...
2
by: Tyrone Slothrop | last post by:
I am coding a site which involves uploading images. All of the PHP and display is OK but the client wants to be able to display the image thumbnail on the upload page and show the full image on...
2
by: Fred | last post by:
Hi. How do I import while mapping an excel table to an access table please??? I've searched around and all I can find is a software product or code that does the same thing as the access...
3
by: matthewemiclea | last post by:
I am trying to display information in Access on a form that takes information from many different queries and puts them together on a spreadsheet or chart. Some specific info: The information I...
12
by: Wadim Grasza | last post by:
I want to store and display (on a form or a report) multiple pictures per record in an access database. The pictures are not stored within the database. They are stored as files and the database...
6
by: Brian Henry | last post by:
is there a way to tell when the database connection is retrieveing data? i saw the connectionstate.fetching enumerated value, but of course it's not implemented yet... is there another way to do...
5
by: bryan.com | last post by:
There must be a way. I'm making a selection from a drop-down list that had an ID number as the value and displays a text field. After submitting the data to the database I am sending an email and...
7
by: Dave | last post by:
I'm stuck on something and I've been trying to find some examples on it. I'm trying to show the data to my users as such: year1 year2 Q1 Q2 Q1 Q2 Smith my dataset...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.