sourceObject Property dbo

  • Thread starter Thread starter Stephan Gehrlein
  • Start date Start date
S

Stephan Gehrlein

has anybody an idea how to resolve the microsoft access problem using the
sourceObject Property as a user who is not member of sysadmins?
the normal way to declare:
myform.sourceObject = "Table.dbo.mytable" doesn't work
I am using a form in an administrative access project to open several tables
chosen by the selection in a combobox.
please send me any workaround that's possible. Thanks
Stephan
 
Try creating a Form (of DatasheetView if you like) based
on the Table and then use the Form as the SourceObject for
your Subform Control.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top