jonasjacobs87
New member
- Local time
- Today, 15:23
- Joined
- Mar 28, 2018
- Messages
- 3
Hi all,
I am working on a database with several forms with subforms. As you will probably learn from my question I have only limited knowledge of Access.
For this problem I only need some of the tables and forms in the uploaded file:
- Table klanten has client information
- Table honden has dog information
- Form honden
- Form klanten
- Subform honden
Each client can have different dogs.
On the form "klanten" there is a subform "honden". When I click the name of the dog in the subform I want form "honden" to open to the specific record of the dog I selected on the subform.
The WHERE-condition ="[hondID] = " & [hondID] does not seem to cut it.
Any help is appreciated!
Jonas
I am working on a database with several forms with subforms. As you will probably learn from my question I have only limited knowledge of Access.
For this problem I only need some of the tables and forms in the uploaded file:
- Table klanten has client information
- Table honden has dog information
- Form honden
- Form klanten
- Subform honden
Each client can have different dogs.
On the form "klanten" there is a subform "honden". When I click the name of the dog in the subform I want form "honden" to open to the specific record of the dog I selected on the subform.
The WHERE-condition ="[hondID] = " & [hondID] does not seem to cut it.
Any help is appreciated!
Jonas