Attachment 11673
The subform is stuck on one line from a table, it should be populating from the ComboBox above.
Attachment 11673
The subform is stuck on one line from a table, it should be populating from the ComboBox above.
Which subform has the issue and which is the main form?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
There is no code to filter or go to address record.
Options to filter the records:
1. parameterized query, review http://datapigtechnologies.com/flash...tomfilter.html
2. VBA code to set the Filter and FilterOn properties of form
As shown in the tutorial, a form/subform is not necessary. All can be done on one form. No reason to make it more complicated.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.