sourceObject Property dbo

  • Thread starter Stephan Gehrlein
  • 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
 
V

Van T. Dinh

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top