0
votes
2answers
56 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 …
0
votes
2answers
203 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: …
0
votes
2answers
85 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 d …
0
votes
1answer
112 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 …
1
vote
2answers
226 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 f …
0
votes
2answers
178 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 co …
0
votes
1answer
51 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 th …
1
vote
3answers
187 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 …
0
votes
1answer
256 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. …
0
votes
0answers
43 views
strange subform behavior
Hello-
I have a situation that really has me stumped.
I have a form used to display contacts. When a command button is clicked another form pops up for viewing and inputting call …
1
vote
3answers
516 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 product …
3
votes
2answers
426 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 th …
