S
Stephan Gehrlein
The tables I select are completely different structures.
I use the form as an administrative tool to edit data in an access.ade if
you don't have the sql Server client tools.
So one table has only 2 columns, the other maybe 20 columns.
UF_Tabellen = Subform where the table is shown
cboTabelle= combobox where the table name is chosen from
the code
Me!UF_Tabellen.SourceObject = "Tabelle." & Me!cboTabelle
does work perfect as long as you are loged on as a sysadmin. Only the
necessary prefix "dbo." for non members of sysadmins makes it impossible to
use the code.
Thanks for any help
Stephan
I use the form as an administrative tool to edit data in an access.ade if
you don't have the sql Server client tools.
So one table has only 2 columns, the other maybe 20 columns.
UF_Tabellen = Subform where the table is shown
cboTabelle= combobox where the table name is chosen from
the code
Me!UF_Tabellen.SourceObject = "Tabelle." & Me!cboTabelle
does work perfect as long as you are loged on as a sysadmin. Only the
necessary prefix "dbo." for non members of sysadmins makes it impossible to
use the code.
Thanks for any help
Stephan