SubForm using as resource a pass through from SQL Server 2000

  • Thread starter Hoardling via AccessMonster.com
  • Start date
H

Hoardling via AccessMonster.com

Using: mdb Access 2002+ and SQL Server 2000

I want a subform with data from a pass through. I get the error about pass
throughs don't work for subforms. So I tried a listbox as a subform which
sorta works. The listbox data doesn't change when the main form changes. My
problem is I need a subform or listbox that will change as the main form
changes using a pass through for the information. I really don't want to
create tables because of security purposes. Any ideas?
 
Top