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

how to create a report for continues form

5
I am working on a fast food restaurant database, one of the forms is a continues form that I use for entering sale information such as type of food, quantity, price ,.... what I want to do is to create a report for the current displayed records of the continues form to make a recipe for the customer. can anyone please help me to do that?
Feb 27 '20 #1
3 1406
twinnyfo
3,653 Expert Mod 2GB
honar,

It sounds like you are asking for the final product, rather than assistance on a particular point.

However, I think the key to your approach will be to have a ReceiptID that manages all the items on each receipt. Then, printing a Report that is built on a ReceiptID should be fairly straightforward.

Perhaps there is something beyond this that has not been explained?
Feb 27 '20 #2
honar
5
twinnyfo

my problem is when the form is open and I entered one more records, I want to make a report for those records only, how I know which records to get from the table and put them on a report?
Feb 27 '20 #3
twinnyfo
3,653 Expert Mod 2GB
honar,

The answer to your question has less to do with reports than it has to do with table design and structure. For example, if you have a table tblReceipts, it should have a primary key and list the date of the receipt and maybe a few other generic bits of information like who took the sale. These data are specific to the entire Receipt. Then, you have another table with Receipt items. It uses the primary key from tblReceipts but each record is for a single item. It may include other things such as the cost for each item or the number of items.

So far, we haven't talked about reports or forms. However, when your tables are designed this way, your forms naturally fall into place and when you create a report (one receipt), you filter by the Receipt ID, and only the items that apply to that receipt are displayed.

I don't know your experience level with MS Access, but these principles are foundational to good DB design.

Again, I think you are asking for more than assistance with a small sticking point. I think you need additional training in the basics of DB design. We've all been there at one point or another.
Feb 27 '20 #4

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

Similar topics

1
by: Dalan | last post by:
I'm developing a report selection form and one of the elements of design is providing Date from/to text boxes. I have a Table that contains all of the information regarding the reports and did...
2
by: Dan Kean | last post by:
Hi all I need to create a report from a form. What I'm trying to do is create a system where I can examine data for a single client on a form then print a report on only that client - Any...
2
by: Jean-Claude Bertrand | last post by:
Hello to all .Net programmers! I am a consultant and I create very small application for small enterprise. Most of the time in my application, the number of users is under 5! I still program...
1
by: tbehmand | last post by:
Hi I am getting the following message when I click on 'Create report in Design view', does anyone know how to fix this. "There was a problem retrieving printer information for this object. The...
1
by: SantyBhi | last post by:
Plz , any one can explain how to create report in c#asp.net without using Crystal Report.
6
by: mercout | last post by:
Hey, I've been trying to create a search form in access for a while now, searching through books and emails. I have the search form set up with 11 combo box's, 3 text box's, a view button, and a...
0
by: bdmir | last post by:
Hello, I have a text file(tab delim) with data and I want to create report. Here is the content of text file: HD John Smith j.smith@testmail.com CT service 1 5$ CT service2 1 6$ CT service3 4...
2
by: michael george | last post by:
Hi, I am a recreational user of access and I enjoy making small databases. My question is when I add records to a form i want to create a report on the form currently displayed on screen, at the...
7
by: AccessGirl5050 | last post by:
I have 78 different classes in Excel that are linked into Access 2013 as individual tables. Each Table has Student name, class name, instructor name, certification #, Class date, and expiration date....
2
by: sachuchem22 | last post by:
I have a student attendance form to collect daily attendance of students in which there are fields like student Id,students Name,Division,prensent(Yes/No),Absent(Yes/No).By this form attendance is...
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...
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
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
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.