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

print preview form with subform

9
hi
i am facing problem in my project ,, with report
i have Product received voucher form it contains subform for the products ,,we sometimes received more that product in the same PRV

I've created preview button to show the record as it is showing in the main form with specific design
the problem is that ,,it shows only one record in the subform even if i have more that product listed in my PRV

this is my SQL Query
SELECT tblSuppliers.*, tblproducts.*, TblTransaction.*, tblPrv.*, tblemployees.*
FROM (tblproducts INNER JOIN (tblSuppliers INNER JOIN (tblPrv INNER JOIN TblTransaction ON tblPrv.PrvID = TblTransaction.PrvID) ON tblSuppliers.SupplierID = tblPrv.SupplierID) ON tblproducts.productID = TblTransaction.ProductID) INNER JOIN tblemployees ON tblPrv.EmployeeID = tblemployees.EmployeeID
WHERE (((PrvID)=[forms]![product received Voucher]![PrvIDtxt]));

how can i show the record as it is it showing in the form ??

thanks in advance
Apr 9 '08 #1
0 1492

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

Similar topics

1
by: Udi | last post by:
I have a single form containg 4 subforms. 3 of the four cannot be seen when in print preview and are not printed when the form is printed. The one subform that is visible and is printed has a...
7
by: Pat | last post by:
I would like to send the Print Preview of a MS Access form to a Snapshot file. The form contains an OLE graph. BACKGROUND A snapshot of a report is possible. If I could I would use a report to...
0
by: Malcolm Cook | last post by:
I've discovered: Using "File > Print Preview" in a form's datasheet view with a server Filter crashes access after previewing... ....that is, unless ServerFilterByForm has been turned off...
1
by: Evets Htims | last post by:
This is Access 2003. Have a report that includes three subreports stacked on top of one another (they display order items). In the report On Open I build a recordset (to get a value from a foreign...
1
by: sea | last post by:
I have Access 2002 and I am writing this application with a custom menu bar that has a print preview button -- the start up options hide the design window. The problem is that when an open form is...
0
by: John | last post by:
I have a class that creates an AxWebBrowser object in the background, loads some arbitrary html content, then shows the user a print preview. The only problem is, this print preview is a tiny...
1
by: hosi | last post by:
Hi, suppose I want to print third record from a subform. The problem is, that when I want to print what I see on my monitor (third record), the print preview resets the form to the first record...
0
by: Andrew W | last post by:
Hi All. I have a form with a subform. When viewing the form via 'form view' the subform does not appear. But when I go to 'print preview' the subform appears. This leads me to believe that...
17
imrosie
by: imrosie | last post by:
Hello, I've gone through the tutorials, and searched. Still I can't find a clear solution to my issue. I have a form with a subform that displays a listbox control called 'theOrderID'. I have...
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: 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:
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
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: 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...

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.