PC Review


Reply
Thread Tools Rate Thread

How to display result of query on a form in Access?

 
 
=?Utf-8?B?QWluYQ==?=
Guest
Posts: n/a
 
      4th Oct 2005
Hi,

I want to display the result on a form when i run query in access.
Actually I am taking input from user on the first form and the pass the
values to the query and then get the values for specific fields based on that
input. And I want to display that result on the second form in the form of
table and that result should get stored so that I can use that table in
future.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmFuZGFsbCBBcm5vbGQ=?=
Guest
Posts: n/a
 
      4th Oct 2005
If you want the results stored then your query needs to be a Make Table
query, at least initially. Run it once against your existing data and then
link the second form to that new table. You may need to revise your query to
an Update or Append query based on your needs from that point on. If you
need the table cleared and refilled each time you open the second form just
add VBA code for that in the form's OnActivate event.

Randall Arnold

"Aina" wrote:

> Hi,
>
> I want to display the result on a form when i run query in access.
> Actually I am taking input from user on the first form and the pass the
> values to the query and then get the values for specific fields based on that
> input. And I want to display that result on the second form in the form of
> table and that result should get stored so that I can use that table in
> future.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Form: display query result and update based on form entrie Bryan Microsoft Access 0 25th Mar 2009 03:28 PM
display a qry result in a form, select from the result & write out Brian Beardmore Microsoft Access Forms 0 17th Feb 2009 12:04 AM
Strange result from query, '>' gives same result as '>=' Kjell Arne Johansen Microsoft Access Queries 6 10th Mar 2008 08:26 AM
Importing result from Access query to Excel but the result only c. =?Utf-8?B?RWR3aW4=?= Microsoft Excel Misc 0 16th Mar 2006 02:36 AM
total result of query less than 10K an display as 1 result =?Utf-8?B?RG9ubmEuSy4=?= Microsoft Access Queries 2 20th Oct 2005 01:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:37 PM.