M
Mike
Does anyone have any idea how you reference a form control
in a SQL search when creating a view (vs. a query in an
Access database) in an Access data project? In a query
you would have something like [MyField] = [Forms]![MyForm]!
[MyControl] (in the criteria box), but views don't like
this referencing syntax one bit and always blow up on the
exclamation mark (!). Microsoft says that views under a
project file are the equivalent of select queries under a
database file, but I beg to differ. Views are worthless
unless you can reference a value stored on a form
control. Any ideas on what I may be doing wrong?
in a SQL search when creating a view (vs. a query in an
Access database) in an Access data project? In a query
you would have something like [MyField] = [Forms]![MyForm]!
[MyControl] (in the criteria box), but views don't like
this referencing syntax one bit and always blow up on the
exclamation mark (!). Microsoft says that views under a
project file are the equivalent of select queries under a
database file, but I beg to differ. Views are worthless
unless you can reference a value stored on a form
control. Any ideas on what I may be doing wrong?