473,769 Members | 2,246 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linking Subforms

3 New Member
Hi all,
In our work DB I want to be able to link 2 continous forms together using an ID.
So far I have created both the forms and made them continous forms. I then opened a blank form and inserted both the forms as individual subforms. However I need to link both these forms together.

It has be suggested that I link them manually, but I don't know how to do it. I have limited access programming knowledge.
Any help would be appreciated.

Thank,

Ken
Sep 12 '07 #1
3 1167
mlcampeau
296 Recognized Expert Contributor
Hi all,
In our work DB I want to be able to link 2 continous forms together using an ID.
So far I have created both the forms and made them continous forms. I then opened a blank form and inserted both the forms as individual subforms. However I need to link both these forms together.

It has be suggested that I link them manually, but I don't know how to do it. I have limited access programming knowledge.
Any help would be appreciated.

Thank,

Ken
In your form design view, look at the properties, and under the Data tab, it will say Link Child Fields and Link Master Fields. Click on each of those to link the forms by the ID. Since you're using a one main form, the ID will need to be on the main form as well as both subforms. If you're not wanting it visible on each of them, set the property Visible to No. You will be linking the subforms to the main form using this method.
Sep 12 '07 #2
kpryan
3 New Member
Thankyou for getting back to me.
How do I put the ID onto the blank form?
Do I create a text box and name it ID?
I'm just not sure how to do this.

many thanks,
Ken
Sep 12 '07 #3
mlcampeau
296 Recognized Expert Contributor
Thankyou for getting back to me.
How do I put the ID onto the blank form?
Do I create a text box and name it ID?
I'm just not sure how to do this.

many thanks,
Ken
You're gonna have to have your main form bound to a query or table. You can create a simple query that includes any/all fields that you want displayed on your main form, including the ID field. Once that query is created, bound your main form to it, and then to add the ID field to the main form, you can select it from the Field list and drag it into place onto your form.
Sep 12 '07 #4

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

Similar topics

11
4533
by: dskillingstad | last post by:
I've been struggling with this problem for some time and have tried multiple solutions with no luck. Let me start with, I'm a novice at Access and I'm not looking for someones help to design my database,just help in getting me pointed in the right direction. I have a database with 8 tables, which from what I have read, cannot be linked on a single form, and be updatable. I have created a query which includes all 8 tables, and then...
5
3061
by: kkrizl | last post by:
I have a form that shows burglar alarm permits. I have a subform that shows the alarms that have occurred at the location of the permit (linked by permit number). There is a different fine schedule for false alarms for burglar alarms vs. panic alarms. I thought I could just create an alarm type field and add an additional subform so that burglar alarms appear in the first subform, and panic alarms appear in the second subform. I tried...
4
1573
by: Oliver Gabriel | last post by:
Hi, i have a form linked to a table. Because it is a very large form, i placed a tab control in it with sub-forms, that correspond to the same table. If i link them with the primary key (autonumber) i get an error on data entry. If i use other fields, they are not unique and the date entered is not stored. how can i solve my problem, so that everything is displayed well and all entries are stored?
2
4678
by: Mike Boozer | last post by:
I have two subforms on my main form. I want the records on subform B to correspond with the records on subform A which they do. However, I want the records on subform A to let me know if there is a corresponding record on subform B without having to go to subform B to see for myself. Take a look at the screenshots of what I am trying to accomplish at http://www.chemreport/test/helpme.htm Main Form = ChemicalInventory w Primary IDPartNo...
1
2811
by: santociabattari | last post by:
Hi Folks, I have 3 forms I want to link, so that when I advance 1 record in one form it will update the other two with the same record in the first form. I have tried using the form wizard (I am not an Access pro), but when I add the fields of 3 tables the wizard balks. I have been told to use the link master, but it is greyed out when I try linking. I can use Access 2000 or 2003
1
8362
by: ppwlee | last post by:
Hi, I have created a main form with 2 subforms, Both subforms are in datasheet view. I want to be able to pick a record from subform1 and the corresponding linked record (created by a 1-to-many relationship) will show up in subform2.
7
12310
by: ApexData | last post by:
I am using the following code in my TabControl to manage subform loads. The code assigns the subForms SourceObject. - Do I also need code to DeAssign the SourceObject when leaving the Tab, I'm thinking the Table will stay open otherwise ??? - Do I also need to use code to Assign the Child&Master Links, or can I just type the names into the subForms Control Property and just depend on the SourceObject to link to Table???
3
2244
by: Robert McEuen | last post by:
Using A2K3, Windows XP I'm handling a many-to-many relationship with a linking table structure as follows (irrelevant fields omitted): tblIssue PK_IssueID (autonumber, primary key) IssueName (text) tblArea
2
8388
by: darnel | last post by:
I have 4 hierarchical tables and want to display it all together as a form and 3 subforms, when subform displays (and allow to add/edit) only relevant items from each superior subform. Tables are: Clients --> linked thru id_client --> Orders --> linked thru id_order --> Licences --> linked thru id_licence --> Regkeys Access' Form Wizard allows only form + 2 subforms. I tried to create last subform and its link manually, but I'm not...
3
2588
by: 6afraidbecause789 | last post by:
Think school - students - discipline interventions - misbehaviors - staff for this one....On a mainform frmStudentInterventions, I have linked a subform (sfrmMisbehaviors) with another subform (sfrmInterventions) with the Child and Master fields "InterventionID." This is tested and works - as users click through the continuous list of interventions, the continuous list of misbehaviors changes per intervention. Now, I need to link another...
0
9579
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9422
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8863
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3949
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2811
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.