0
votes
1answer
473 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 ...
1
vote
1answer
1k 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 ...
3
votes
3answers
550 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. ...
0
votes
0answers
178 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 ...