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

Please help me with Subforms...

Hi is there anyone out there that can help me with MS Access??? I am
new to Access and have a project that requires me to create a form with
a list box of entries, and upon double clicking an entry will pull up a
subform (hiding the initial form) that gives you data on the entry that
was clicked in a tab style... I have created the initial form with the
list of entries and am now stuck on how to create the subform and hide
it, then pull it up on a double click.

Thank you in advance for the help!!!
charissa

Nov 10 '06 #1
2 1193
A subform is a form that appears on your main form. It is not a
separate form that opens by itself. You can have your subform show
data that is based on a value you select in your list box. Basically
what you would need to do is requery the subform after you Double Click
the value from the listbox using the commad Me.SubformName.Requery

Do this sound like what you are trying to do?
ch*******@gmail.com wrote:
Hi is there anyone out there that can help me with MS Access??? I am
new to Access and have a project that requires me to create a form with
a list box of entries, and upon double clicking an entry will pull up a
subform (hiding the initial form) that gives you data on the entry that
was clicked in a tab style... I have created the initial form with the
list of entries and am now stuck on how to create the subform and hide
it, then pull it up on a double click.

Thank you in advance for the help!!!
charissa
Nov 10 '06 #2
On 10 Nov 2006 13:03:47 -0800, ch*******@gmail.com wrote:

"subform" is a very specific object in Access, and from what you're
describing, it is not what you want. You just want to open another
form, showing info on the entry that was double-clicked.
Forms are opened using DoCmd.OpenForm. This method takes a lot of
arguments; perhaps you can see how to take advantage of that to open
the second form to just the record you want.

-Tom.
>Hi is there anyone out there that can help me with MS Access??? I am
new to Access and have a project that requires me to create a form with
a list box of entries, and upon double clicking an entry will pull up a
subform (hiding the initial form) that gives you data on the entry that
was clicked in a tab style... I have created the initial form with the
list of entries and am now stuck on how to create the subform and hide
it, then pull it up on a double click.

Thank you in advance for the help!!!
charissa
Nov 11 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JJMM | last post by:
Hi, I have a form (form1) with a large number of subforms inside it (around 20 subforms), There is the possibility of filtering the data using a pop-up form that create/change a query (all the...
3
by: Evil | last post by:
Hi, i have a problem with a treeview and some subforms in MS Access97. I have a form with a treeview on the left side which lets me navigate thru some projects. Then on the right side, i have...
0
by: Arnold | last post by:
Hi there, I have a form to organize bottles in mind, but am unsure if it will work. Here's some background info: Mainform = frmProduct, which contains fields for pricing, status, etc. of...
3
by: radioman | last post by:
Hi all, I would appreciate some help please. I just need pointing in the right direction as I am at a loss. Basically I have a form (frmAddMaster) which displays two subforms "Master Stock...
1
by: M Wells | last post by:
Hi All, I am developing an Access 2003 project application with the back end in SQL Server 2003. I have a master form that tracks projects, and several subforms on it that track various...
2
by: Jack | last post by:
Hi all, I searched the archives and found everyone happy with Stephen's MouseWheel On/Off code except for those with subforms. Stephen's page indicates that he has added code to handle subforms...
5
by: Richard Stanton | last post by:
Hello all My database has a main form linked to table1. It has several subforms on the main form, all linked to table2. Table1 and Table2 are linked by primary/foreign key, no duplicates...
8
by: Zlatko Matić | last post by:
Hello. How can I synchronize subforms content with current record in master form, if both form and subform are based on DAO code ? I assigned DAO recordset to forms by using QueryDef, on Load...
1
by: AP | last post by:
I have a form with a subform. when I navigate through the records using a combo box to jump to a particular record on the main form, "calculating..." appears in the status bar and there is at least...
2
by: robert.waters | last post by:
Hello, If I have a form containing a Tab Control with N pages, each page containing a subform, are those subforms loaded into memory when another page has the focus? I have tried iterating...
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
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: 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: 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
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?
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.