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

I need to use the same item - But how?

Okay, I have a form and it reads the following from a query:
SUP, FIS, DAY, TIME.

On the report, I need to print out multiples of these categories. For example,

SUP, FIS, DAY, TIME
SUP, FIS, DAY, TIME
etc.

I dont want to just create new tables or queries, since the form also allows me to edit or add information to the table for each category.

I could have as many as 20 line items which need to all read from the same table/query, but individually. This way, I can update, for example, SUP1 AND SUP5 on the same form.

I am BRAND NEW to Access, so my understanding of the VB involved is weak at best.

Can I even do what I am looking to do??
Jun 23 '10 #1
5 1379
patjones
931 Expert 512MB
I'm not entirely clear on what you're trying to do. Generally, forms are used to display one record at a time (although this is not always the case). So when we talk about displaying your columns SUP, FIS, DATE, TIME...we usually think in terms of displaying those for a single record from the underlying recordsource.

I could have as many as 20 line items which need to all read from the same table/query, but individually. This way, I can update, for example, SUP1 AND SUP5 on the same form.
This is what you need to clarify. What are SUP1 and SUP5?

Reports are usually where you display lots of records at one time.

Pat
Jun 23 '10 #2
Yeah, I figured that forms are geared toward displaying just one record..... But there has to be a way to use a single form for multiple records....? Even multiples of the same...

SUP1 and SUP5 was just an example to say that I want to use "SUP" from the field list to display name 1 and name 5 from my column "SUP" in the table. And then of course, their respective row information...

I am looking to use the report to print what I either find, add or edit from the form.
Jun 23 '10 #3
patjones
931 Expert 512MB
OK, I read your other post and it is clearer now what you're trying to do.

What Jim says about continuous forms is something you should look into, as it might be a way for you to accomplish your objective.

There are a couple other methods. Access has something called a "list box" control, which allows you to display several records at once (in your case, multiple SUPs), then upon choosing something from the list box, the remainder of the record details populate in text boxes on the rest of the form (FIS, DATE, TIME, etc.)

Another possibility is the subform, which is basically a form embedded within a form, and which I believe can be made to perform a function similar to the list box.

Pat
Jun 23 '10 #4
@zepphead80
Okay, thanks.

The easiest thing for me to do is the idea of the list box. I added it for SUP, and it did update all the other text boxes like you said it would. I made the form Continuous as well. When I scroll in the second list box, the forst does not change. But after I make my second selection, the first set of text boxes change.....

Is there a command or selection I need to keep each SUP box (and respective boxes) individual so they do not change?
Jun 23 '10 #5
patjones
931 Expert 512MB
@FaurKris
If you are going to take the list box approach, I don't think the form needs to be made continuous...
Jun 23 '10 #6

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

Similar topics

1
by: Andy Fish | last post by:
Hi, Part of my web form allows the user to select their favourite color (well it doesn't but it's a good example). There is a dropdown box with red, green, blue, and custom. When they click...
1
by: Punisher | last post by:
Is this possible? We have 7 webservers servering up the same content, but each has a different viewstate. How can we make them all have the same one?
2
by: entfred | last post by:
I was experimenting with trying to select the same item in a select box twice in a row and found out that you need to do a refresh (view - refresh) in Internet Explorer. This is so you can click...
1
by: plmanikandan | last post by:
Hi, I have a listview with items,subitems.I tems and subitems are added as below listView1.View = View.Details; listView1.Columns.Add("Column 1", 100,HorizontalAlignment.Center);...
3
by: jmDesktop | last post by:
Hi, probably a simple question that I have for what I think is a simple database. I have a Vendors table and an Items table. There is only one items, but several Vendors may have that same item. ...
3
by: NewlytoSQL | last post by:
Hi all, im fairly new to SQL and im stuck half way through a query, im using DB2 here is what im tryng to do. i have a query that brings back an item number , shelf req, sum of all orders columns,...
2
by: sereypong | last post by:
Hi, I have this Query : SELECT field_name FRM meta WHERE id IN ('13','11','7','8','9','10','12') I want the rows to be display in the same order as the IN list of ids.Any ideas? All the...
2
by: redfog | last post by:
I need help writing some code for this procedure: Inventory – Add to Item Listing menu item (15 points). Application users will use this menu as part of the process of entering inventory...
1
ajhayes
by: ajhayes | last post by:
I posted a few weeks ago about trying to set up a way to order by unit number (http://bytes.com/topic/access/answers/864507-need-help-setting-up-table-structure-ordering-unit) I'm trying to use a...
2
by: FaurKris | last post by:
I need to report the day, time, supplier, etc. for multiple selected suppliers from the same form. How can I use the same items from the field list on the same form? I tried the drop down...
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
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
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.