P
Patrick Wolf
Hi,
I developed my project as the database owner.
We use integreated security.
When I log into Windows as another user, open access and try to work with
the project I find a problem in the following area.
Setting the SourceObject of a Subform used to be
frmSub.SourceObject = "TableX"
Now since all tables are called tableX(dbo)
frmSub.SourceObject = "Table1" gives an error not found
frmSub.SourceObject = "dbo.TableX" gives the error that this is against the
naming conventions
frmSub.SourceObject = "TableX(dbo)" gives no error but doesnt display the
table in the subform either.
Can anybody help? Thanks a lot
Patrick
I developed my project as the database owner.
We use integreated security.
When I log into Windows as another user, open access and try to work with
the project I find a problem in the following area.
Setting the SourceObject of a Subform used to be
frmSub.SourceObject = "TableX"
Now since all tables are called tableX(dbo)
frmSub.SourceObject = "Table1" gives an error not found
frmSub.SourceObject = "dbo.TableX" gives the error that this is against the
naming conventions
frmSub.SourceObject = "TableX(dbo)" gives no error but doesnt display the
table in the subform either.
Can anybody help? Thanks a lot
Patrick