I am trying to filter out what fields the user sees on the form by using a combo box. The use selects a value in the combo box and will see only the records related to that value. I am using a SQL statement and tried the following code under the necessary field:
[Forms]![FrmDirCaseUpdate]![cmboSelect]
However, every time I try to load the form it doesn't display any records, better yet it doesn't display anything, simply a blank form, no fields, etc...I tried the same criteria using the same combo box, yet used it in a query with the same data. This worked fine and the combo box filtered out the correct records. Any suggestions? Any information will be much appreciated.
[Forms]![FrmDirCaseUpdate]![cmboSelect]
However, every time I try to load the form it doesn't display any records, better yet it doesn't display anything, simply a blank form, no fields, etc...I tried the same criteria using the same combo box, yet used it in a query with the same data. This worked fine and the combo box filtered out the correct records. Any suggestions? Any information will be much appreciated.