The subform tag has no wiki summary.
1
vote
1answer
36 views
Updating two or more tables in access
I have two tables which both include a Yes/No type column. I wish to update both these columns using one form.
I do not want to use a subform design because I only want a few fields to show up in ...
0
votes
0answers
114 views
Access 2007 VBA - Select Query is providing different results after clearing and requerying subform
I'm using Access 2007.
Background:
I have a form with text boxes at the top where the user can insert criteria to search the database. When the user clicks submit, a subform object appears below, ...
0
votes
0answers
35 views
I am trying to populate multiple records in ONE table from two forms
In MS Access I have a table called warranty_registrations. I am populating this table from a form called "Enter Warranty Registration." The table is based on serial number. I have a subform "Entry ...
0
votes
0answers
25 views
ms access display derived total in subform
I have a form that has a subform and another subform. The 2nd subform I am working out the sum and placing the footer. The 1st subform I am referencing to this derived field. Problem I have is the ...
0
votes
0answers
17 views
SUM() on continuous form slow to calculate
I have Form and Subform connected to a SQL Server database via an ADODB connection. The main Form is an 'Order' header and the subform is a continous list of 'Items' on the order. I have a hidden ...
0
votes
1answer
43 views
MS Access: Prevent validation of subform
I am struggling with inadvertent triggering of validation rules when activating a subform.
In MS Access, I have a form with data about a patient, which contains a subform with one record of a medical ...
0
votes
1answer
66 views
My unbound (Menu) subform is appearing in datasheet
I use an unbound form as a Menu/Navigation for my application. The menu form has VBA "on click" events for the labels. That is it.
When I add it as a subform to a split-form that is bound to one of ...
0
votes
1answer
132 views
Query with data from subform and sum
I have three tables:
Products(ID,Name,Price) /
Customer(ID, Name, Surname)
Buys(ID, ID_customer, ID_product)
I have a form with subform. Subform gets populated with query from Buys table and then ...
0
votes
1answer
29 views
Searching Subform
We have a database set up with a main Client Details form - within this there are several subforms relating to services that clients access. We cannot search the entirity of the subform fields as it ...
0
votes
1answer
79 views
Requery of subform not working [duplicate]
If there is anybody out there who could help with my Requery coding please, I have some coding which needs to be used for Requering a form automatically, rather than me having to push the refresh ...
0
votes
1answer
59 views
Symfony2 subform names
How do I give a subform a name so it will send it's data in the respective post key?
In The following example the name for the main form is "form" and the name of both subforms is also "form", which ...
0
votes
1answer
59 views
Access Dropdown to filter subform
Apologies if this has been answered but being new to access i cant see what will help me,
I have a access form that as a subform in it that displays an engineer name and a tickbox to select when ...
1
vote
1answer
143 views
OpenArgs to Open a subform within a form?
I have an Access database with a Form that, once the EmployeeID is double-clicked, then it opens another form that contains a subform with employee information. I obtain the EmployeeID from the ...
1
vote
1answer
75 views
Access Continuos Subform Repeating Information
Access Database Form1 is a Continuous Form that has an EmployeeID field you can double click to take you to another form that contains information about the Employee. In order to retain the correct ...
0
votes
2answers
254 views
Access 2010 New Record with Phantom Data
Access 2010 here.
I have a nagging concern with two of my three subforms. The subforms are each bound to their own table with unique information; the main form is also bound to its own table. All ...
0
votes
0answers
45 views
Access Exclusive one-to-one Relationships
Access 2010 here.
A fairly simple question. Is there such thing as an exclusive relationship between tables in Access? What I mean is for a certain table to only have a one-to-one relationship with a ...
0
votes
0answers
231 views
Access 2010 subform requery not working but did in 2003?
I am trying to figure out why a subform Requery is NOT showing changed records (or new or deleted for that matter) in Access 2010/2007, when it worked in 2003 ?
If I close/reopen the form, that ...
1
vote
0answers
422 views
Displaying a Crosstab Query with Variable Fields in a Subform
Microsoft Access 2010 here. Working with reports (and forms).
I have a crosstab query that transforms (w/ UNION ALL, thank you Bluefeet!) and pivots another "source query" with the purpose of making ...
0
votes
1answer
123 views
Access Compile Error: Argument not Optional
I have an access Database, this is similar to a previous question I asked, with a dropdown and a subform. I want to be able to choose an option from the dropdown and have it open a corresponding ...
1
vote
1answer
85 views
Does Microsoft Access allow this function?
Does microsft office access have this function when i select the row from the subform,
the selected data from EmpName, ComputerName & ProductName will automatically fill into my 2 textbox at the ...
1
vote
2answers
299 views
Microsoft Access Subform won't populate
I have some code to populate a single subform on a main form with a recordset. The problem is that the records are not shown on the subform. If I open the subform as a form on it's own then with ...
1
vote
1answer
90 views
Access - How to create a dropdown with all tables populated in subform?
I have an access DB with around 20 tables. I'd like to create a form that has a dropdown menu of all my tables in it. When a table is selected, Im trying to get the subform to reflect the information ...
0
votes
0answers
85 views
Correctly using a subform within a subform in MS Access
I have a database of customers and their associated banking accounts (a linked table with 0 or more accounts).
My main form is a combo box with all of the customers. I then have a subform (set as ...
0
votes
1answer
139 views
C# Get information from a form (Like MessageBox buttons just with a form made by me)
recenntly I've been working on a painting software,
and i need to get information from a sub-form that contain's 3 controls:
TextBox1 - a TextBox
OkButton - a Button
CancelButton - a Button
the ...
0
votes
1answer
277 views
Access 2010 Subform The data was added to the database but the data won't be displayed
I have a strange one here that I just can't seem to figure out.
My Access front-end project runs on an SQL 2005 express backend.
I have been using subforms for donkeys years and it's the only ...
1
vote
2answers
627 views
MSAccess 2010 - Subform in a subform not showing fields
I have a database with a main form, and on the main form is a subform. The subform also has a subform, which gets hidden unless a field on the first subform (the parent subform) is set to "ticket," ...
3
votes
1answer
789 views
How to reference a subform in MS Access
In my MS Access application, I am using a form which contains only two controls - a textbox and a command button. This form is named as HEADER FORM.
HEADER FORM is used as a subform in header ...
0
votes
0answers
427 views
How to create a combobox in the subform with a drop down menu?
I would like to know how to create the drop down menu that is shown in this other stackoverflow question (Binding a combobox in subform Access)? I have tried to accomplish this but cannot figure out ...
2
votes
1answer
210 views
symfony2 collection validator class
I got problems using custom class validator in collections. It founds the errors, get the good property path, but send it to the parent form.
It causes that errors are listed in the parent form ...
0
votes
1answer
365 views
Update and display the results of an Access subform using dynamically created SQL
I have a main form, frm_Main, and it has a subform in it, subform_Child. When the main form is displayed the subform is shown as well, it's just blank because there's no data in it (which is ...
1
vote
1answer
676 views
How do you keep records consistent across subforms in Access 2010?
I have a form broken up into multiple different subforms, which I'd like to switch freely among without changing the record I'm looking at. More specifically, I select which record I want to modify on ...
1
vote
1answer
922 views
hiding/showing multiple columns based on combo box in access
I have a form with a subform which contains upto 100 columns however i only need to see 5 of these columns at any one time. The columns I need to see are always First name and surname plus three other ...
1
vote
1answer
184 views
SubForm Reversed
This question is an extension of one of my previous questions, which I've since resolved. See here for details.
I have an issue with subforms. I have two tables, TableA and TableB with a one-to-many ...
1
vote
1answer
691 views
Access 2010 - imported data from excel - combine two columns into one subform column
I'm totally new with Access, so I'm not sure if I'm going about this the right way, but I'm stuck.
I have an excel file with about 5000 records. Among the data in this file are columns for tracking ...
0
votes
1answer
269 views
Display a subform on clicked button - LOTUS NOTES 6.5
I'm new in programming in Lotus and I have a 'problem'. I would appreciate if you would help me. : - )
So, I create a button on a form ( called Form3 ), the button name is Click. All I want to do is ...
0
votes
2answers
630 views
Displaying records in an unrelated subform access 2010
I'm in a pickle. This is probably quite easy but I just cannot figure it out.
2 Tables with columns:
tbl_indicators | tbl_targets
ind_id | id
ind_name | ind_id
| year
...
0
votes
1answer
362 views
Adobe LiveCycle Designer — Center content in subform
I have a subform which wraps two (2) text fields. I set the subform to Flowed / Western Text so that the content goes from left to right. The problem is I want the subform (or the content) to be ...
1
vote
1answer
46 views
Is there any way to have an Adobe PDF Fragment accept parameters to change its behavior?
I'm looking to create an adobe pdf fragment (footer) with a name, address, and phone number. However, some documents require a different phone number for international usage. Instead of creating 2 ...
0
votes
1answer
1k views
How to show recordset data in Ms access subform
How can i show the result of one SQL query in an Access Sub form control? I tried the below code
Dim db As DAO.Database
Dim rs As DAO.Recordset
Set db = CurrentDb
Dim qry As String
qry = "SELECT ...
0
votes
1answer
1k views
Access 2010 Populate Subform with Query
I think this is an overly easy question but my brain is failing to work so I need some help.
I have a form that in a nutshell has the user enter a start date and end date into 2 date/time text boxes. ...
3
votes
5answers
755 views
jquery how to select form elements in sub-form div
say I have the following form:
<form id="f">
<input name="a"/>
<input name="b"/>
<div id="sub_part">
<input name="c"/>
<input ...
0
votes
0answers
159 views
Access 2007 how to unload subform when tab control moves on
I have a series of subforms on a tab control, which load based on the tab control's change event, providing better performance than if they all load when the form opens. It uses a case statement which ...
1
vote
1answer
174 views
Activating a subform in Access
I have an MS Access main Dashboard form that contains a number of subforms. The tables and records live in an online database and I use ODBC to connect to the tables. Rather than all subforms being ...
2
votes
1answer
592 views
How to get rid of adding new record at the end of a subform?
I use a subform to show the result of a query, but at the end of record there is a *(New) for adding new records. I don't want the user to be able to add new records through this subform. How can I ...
0
votes
1answer
395 views
How can I stop my subform from autoscrolling when an item is being edited?
We have an old MS Access app I am editing, and one of the forms contain a bunch of subforms. The subforms all contain staticly positioned objects, and should not ever scroll.
My problem is that if a ...
0
votes
1answer
331 views
Access Front MySql Back Runtime Error 7878
RunTime Error The Data has been changed.
I`m having a difficult time with one of my sub-forms. It used to work without complaints but I guess now it decided to be a little verbose. On this form I ...
0
votes
2answers
420 views
retrieving the subform elements in Zend Framework?
How can i retrieve the elements of a subform in it's respective .phtml file?
Suppose I have 4 subforms inside main form in say w.php Then how can I display the elements of a subform in it's respective ...
0
votes
1answer
426 views
Query parameters not working with MS Access ADP project
I want to create two linked subforms on a form. For this I need to set query parameter into the record source of the second subform like this:
select col1, col2
from my_table
where ...
0
votes
0answers
182 views
How to create a tree of subforms?
Access 2010.
I want to create a tree of subforms. However, i can only create separate branches of this tree - for example, A-AA-AAA, A-AB-ABA, etc. I tried to move subforms from one branch to ...
0
votes
1answer
735 views
Subform data not updating table
I am running MS Access 2010 as a front end to SQL Server Express 2008 R2 using an Access Data Project.
I have two tables: "Individuals" and "Researchers".
The "Individuals" table has primary key ...
