473,385 Members | 1,806 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.

Listboxes , How can I display the additems in form to form 2 to be viewed I'm a begin

I've created the forms (1,2,3,4,5)
And wanted to display the additem in form 3 to 4 and 5 how can i do that..as a beginner
Jun 19 '20 #1
1 2085
Hello Dianne sorry for the delay in response. What you asked of is simple. If I got you clearly, you want to display form 3 listbox items on form 4 and 5.
Try this code but if I misunderstood your question, kindly make it clear.

On form 4, double click on the form and input these lines of code
Expand|Select|Wrap|Line Numbers
  1. For i=form3.Listbox1.Items.Count -1
  2. Me.ListBox1.Items.Add(form3.Items.Item(I))
  3.  
  4. Next
  5.  
Repeat same steps for form5. Happy coding
Jun 19 '20 #2

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

Similar topics

2
by: Viet | last post by:
I have problem in retrieve a value of a form element that have name begin with a number. For example, for this HTML code <input type="text" name="0000ABC12345CD6789" id="0000ABC12345CD6789"> I got...
1
by: Alex | last post by:
I have a form that when the user click's the "What's This" question mark and the form's section, a pop-up help screen appears. I would like to automatically display this pop-up help context when...
1
by: Mr Utkal Ranjan Pradhan | last post by:
Hi Friends I want to develop a windows service application, which will open a port on the machine and constantly it will listen from that port. And when any data comes to that port I want to...
2
by: Bernie Yaeger | last post by:
I have developed a .dll to display a form that controls a simple routine. Oddly, you can't use messagebox.show unless you do one of two things: either use an imports system.windows.forms or...
1
by: Mike TI | last post by:
Jan 31, 2006 Dear all I am new to VB Net 2005 and learning by building a small project. I have created an MDI Form. I placed a SplitContainer on the MDI Form. Now when I want to display a...
5
by: patricksabourin | last post by:
On my site, I have 2 methods of displaying my data: 1) HTML form with select-option element. (Jump to different page when clicking "Go" button" 2) HTML table with a hyperlink. What I would...
0
by: mp | last post by:
I am doing some volunteering for a local non-profit aid organization and not very experienced with access. I have a table which is a list of Federal Poverty Line cutoffs based on the number of...
2
by: Abneo | last post by:
Hi all, I am very new to Javascript and I am in some need of some help. I am creating a site that has a madlib. I got the madlib code but now I want the results of the madlib to display in...
4
by: =?Utf-8?B?QmVu?= | last post by:
Hi all, I am trying to write a test console app in vb2008 express. Below is the code: Module Module1 Sub Main() Dim frm As New Form1 MsgBox("a test message") 'frm.Visible = True
0
by: raza rizwan | last post by:
how to display submit form select field onther page... like as a image format.... and show select filed image... Plz help.... <form action="http://example.com/submit.php" method="post"...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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?
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...

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.