Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
138 views

Ahhhhh! Where did the subform go?

I have a form called Group in my MS Access ADP. On it is a tab control, and in each of the tabs there is a subform. The first tab contains the subform Users, and it isn't showing up in form view. ...
3
votes
2answers
1k views

using ColumnHidden properties within Datasheet objects

I have a MS Access form with a Datasheet subform. Using code, I change the ColumnHidden property of various of its columns. But, when I close the form, I'm asked whether to save the table layout of ...
1
vote
1answer
19 views

Validating with Identical using value from another subform

I've separated a long one page form into subforms anticipating it will be split into a multipage form later in the project lifecycle. I'm having trouble with the token var in the Identical validator ...
1
vote
1answer
36 views

Changing the OrderBy on a subform

I have a Form with a (Continuous) Subform that lists the results of a query. There's a header within the Subform that has several elements you can click on to programatticaly change the OrderBy of the ...
1
vote
0answers
123 views

zend framework add subform to a form in ajax on submit

I read this article: http://www.jeremykendall.net/2009/01/19/dynamically-adding-elements-to-zend-form/ That was very interesting and it work fine... I need to do the same but with a SubForm... I ...
1
vote
3answers
350 views

MS Access: How to pass OpenArgs into a Subform?

EDIT: nevermind I just created a new form, it looks worse but it's much easier I have a form of orders and there are buttons and a subform on it. The form has a customer name that is given in the ...
1
vote
2answers
141 views

ZF: ZEND_SUBFORM - how to make element name like list[id][name]?

I create elements for subform: for($i = 1; $i<10; $i++) $name = new Zend_Form_Element_Text("[$i][name]"); But [ and ] will be deleted after dispatch page. So how to setup name like ...
1
vote
3answers
665 views

Requery subform from another subform, problems

I have 2 subforms on the main form. Sub_2 displays the details for the item chosen in sub_1, in a list. For both subform, I use the continue form, and they are bounded to 2 querys, with one field in ...
1
vote
2answers
492 views

MS Access - Open Argument between sub forms? can I pass a value? do I need to?

So I have a sub form that creates a record (and record it), and then another sub form opens up for data entry...however can I still use an open arg to pass the value (ProjectID) between these sub ...
1
vote
1answer
288 views

Filter subform based on what is typed in a textbox on the subform

I'm trying to filter the records shown on a subform based on what is typed in a textbox on the subform. The subform is called Users, and it is on the Group form. On the Users subform there is a ...
1
vote
2answers
187 views

Form used to do batch data entry

I have a form called Transaction Entry. I have a subform called Batches. I want to be able to enter a date in the Transaction Entry form, and then enter multiple items on the subform, but have it ...
1
vote
1answer
287 views

Selecting a record in Access Subform

I have a form in Access 2003 that contains 2 subforms. The first is in datasheet view and is only 2 fields, SiteID and SiteName, so a list of many sites for one record in the parent form. The second ...
1
vote
2answers
667 views

populate a many-to-many table with access

I have two tables (persons and projects) which are in a many-to-many table, thus linked together by a third table persons_projects In ms access I now created a form showing data from the projects ...
1
vote
3answers
2k views

Subform only shows single record

I have a subform(Users subform) embedded in a form(users). What I am trying to achieve is on load, the subform should show ALL users in the table and the controls on the main form to act as a filter. ...
1
vote
3answers
1k views

How do I use a Checkbox on a form to add a record into a subform in Microsoft Office Access?

I have a database for a carpet company. I have a form which enables the user to make a quote, including choosing the customer, etc. There is a also subform dealing with the products and extras, with ...
0
votes
0answers
34 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
0answers
65 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 ...
0
votes
3answers
83 views

Access - Make a subform field no visible with a button on the parent form :)

hope someone can help. I have an access database with a parent form which has a subform in datasheet view. The subform has advanced fields that don't need to be visible all the time, lets go with one ...
0
votes
1answer
42 views

How Create an Hyperlink from a sub form to a specific record in a form in Microsoft Access 2007/2010

Hello I am working on a project for school and I have a sub-form which with StudentID as the primary key and I would like to make EACH StudentID an hyperlink that links to a form that will show the ...
0
votes
0answers
89 views

Zend Framework decorator subform add a class tag to DD wrapper tag

I have this form: class Request_Form_Prova extends Zend_Form { public function init() { $this->setMethod('post'); $SubForm_Step = new Zend_Form_SubForm(); ...
0
votes
1answer
87 views

MS ACCESS: Populate a subform with data from another table

I have three tables in my Access Database. **Table: Participants** ParticipantID FirstName LastName Address Phone SiteNameLookup YearLookup **Table: DailyWorkshops** WkshpID ...
0
votes
0answers
29 views

How can I search a subform for a particular value to return a VBA result

I have a form of venues for an events company database. In this form there is a subform of venue types which could include hotel, bar, restaurant etc I would like to use VBA code to have the form ...
0
votes
0answers
27 views

Access2007: Can't format columns of a subform of a sql pass-through query

It doesn't look like I can set the format to currency or whatever I want in the properties of the textbox in my subform. Some columns I can, others I can't. The record source is a SQL pass-through ...
0
votes
0answers
191 views

Simple Unbound Textbox-Based Access Search Form with Results Displayed in Subform

I cannot figure out why this question cannot be answered online in an easy way, but I have not yet found an answer to it. I want to create a form that has a single text box and a single button: the ...
0
votes
1answer
1k views

Access 2007 Filter Subform Based On Field In Main Form?

I was tasked with creating a simple app to maintain a user's collectibles collection using Access 2007. There were some requests, which I have created and implemented. Those being: One main form ...
0
votes
0answers
81 views

Test SubForms in PHPUnit [closed]

For a project, I'm trying to unit test a controller that makes use of SubForms: $this->request->setMethod("POST")->setPost($values); $this->dispatch("controllername/index"); $values is ...
0
votes
1answer
64 views

How to make sure a bounded form and subform in MS Access only submits to the database after a button click?

A little information about the problem, I am fixing an old Access database that has a form bounded to a table "tblMain" and the subform is bounded to a table "tblSub" and the relationship between ...
0
votes
1answer
276 views

Check only one checkbox in a subform

I have what I believe to be a common question about using a subform in datasheet view in access. My subform has a checkbox on it which performs some logic but checking any checkbox checks that ...
0
votes
1answer
202 views

MS Access = referencing a control that is within a sub form

So I have a form, with a subform control that acts as a navigation scheme for my Main Form. Within the sub form, there is a sub form2 that actually contains the controls for data entry. So the Main ...
0
votes
1answer
350 views

Can you add an error decorator to a Zend subform?

I have a custom validator that checks all the values in a subform to make sure that they make sense in relation to each other. In the event that this validator fails, I'd like to have an error ...
0
votes
0answers
126 views

How to select a single record based on a multivalued candidate key and synchronize subforms to work with that record?

In a parent-form, I filtered a table on a candidate key consisting of multiple values, so the result should give a single record. Now I can't get the subforms to synchronize to that. It keeps showing ...
0
votes
1answer
621 views

Problems linking a subform to a combobox on the main form

On a form in an access ADP there is an unbound combobox that displays a list of companies (the name is shown, the id is the bound field). When a company is chosen, I want to display the subscription ...
0
votes
3answers
388 views

Using custom isValid() function for specific subform in Zend_Form

I have a form with several subforms. I've overriden the form's isValid function with my own, but can't find any documentation on how to set an isValid function per individual subform. Can someone ...
0
votes
2answers
576 views

MS-Access unbound ComboBox in DataSheet?

In ms-access 2007, i'm trying to make a form for a table. this table has foreign keys from 2 parent tables. so i thought i would make these fields a lookup. but i couldn't create a single lookup for ...
0
votes
3answers
397 views

MS Access 2007 Converting forms into sub form - “form not found” issue

So I recently have been trying to incorporate more sub forms to make the UI more friendly. So I have a pre developed form that runs some VB, so for examples sake lets just say that it runs SQL ...
0
votes
2answers
854 views

MS Access 2003/2007 - Chart Object on a sub form, not loading when parent forms load

SO I have a subform, that simply has one chart object on it. Its small, and this is the only purpose of this sub. Then I have about 10 forms that each have a sub windows with this form as it's child. ...
0
votes
1answer
478 views

MS Access 2003/2007 - Subform as control panel, closing parent form with global like reference?

I am sorry if the title is wrong, but I think that is what I mean to ask. So I have a subform created that I would like to use, sort of like a control panel, that allows user to select a range of ...
0
votes
1answer
232 views

Howto address specific element from subform and have it displayed correctly with []

related to this question http://stackoverflow.com/questions/405897/zend-form-array-based-elements $form = new Zend_Form(); $subForm = new Zend_Form_SubForm(); $subForm->addElement('Text', '1') ...
0
votes
1answer
169 views

Use subform record set as domain argument in DAvg()

Is it possible to use a subform's 'current' record set as the domain argument to DAvg() (etc.)? Basically, I have a subform that displays a subset of records from a query. I would like to run DAvg() ...
0
votes
1answer
472 views

How to search subform and use data to add record in another subform

I have a main form INVOICE with subform INVOICEDETAIL(ITEMID, InvoiceID, Quantity, Price) and subform ALLITEMS (primary key ITEMID and subform readonly). INVOICE is linked to INVOICEDETAIL via the ...
0
votes
1answer
578 views

Zend Framework call form as subform within a form

I am trying to call a form from within another form. I need it to come in as a subform. However, I cannot merely extend it as both forms extend different things that are required. This is kind of ...
0
votes
2answers
462 views

Access: Dropdown doesn't display value in first record of continuous subform

I have a continuous subform in an Access 2003 form. The first control on the subform is an unbound dropdown box. When the form (and subform) are opened the dropdown on the first record receives ...
0
votes
2answers
873 views

ms Access form subform sort

I have a form where I specify information that is used by a subform in tabular view. The subform then displays entries for the item specified in the main form. Each entry has a date associated with ...
0
votes
1answer
1k views

ms access auto fill main form based on focus of subform

i have a data entry/editing form with two combo boxes (Name and Group). Each Group correlates to multiple names but each name is in only one group. At the bottom of this form is a subform which is a ...
0
votes
2answers
1k views

ms access Add, Edit, Delete Items through an Access form

I'm not real familiar with inputting data through forms. Up until now I've just been handling the data from the table. However, now I have a table with two pieces of information: Group ID Each ID ...
0
votes
2answers
805 views

How to use Microsoft Office Access's Subform control in a VB6 Form?

I like the subform/subreport control in Access, and I want to put an instantce of the control on my VB6 form. I reference the msacc.olb in my VB6 project, and put the following codes in my form ...
0
votes
2answers
242 views

Can I wrap an Access form with a transaction?

I want to make a form the essentially creates an invoice, but using some other related data as inputs or limits; In the process of adding items to the invoice, I need to reduce the items in another ...
0
votes
1answer
2k views

Filter subform using combobox

This has taken me nearly 2 weeks and I dont know what else to do. I have a main form (UserSearch) that has a subform (TestUserSub). The associated table for both forms is tblusers. very simple; on the ...