SQL view

S

smk23

Can I populate a subform with an SQL view? Somewhere I thought I had read
that subform can't be populated with views or pass-throughs.

Thanks
 
J

John W. Vinson

Can I populate a subform with an SQL view? Somewhere I thought I had read
that subform can't be populated with views or pass-throughs.

You can link to a SQL View as an Access linked table, and base your form on
that "table".

John W. Vinson [MVP]
 
Top