bigblueogre
Technical User
Hi,
I have a form/subform setup that works good until I removed privileges from the underlying table.
I made the subform based on a query with RWOP on it. It works just fine when opened directly, but when opened in the main form, it just shows as a white box.
The datasource on the subform is
SELECT [Sales].SalesID,
FROM Sales
WITH OWNERACCESS OPTION;
What am I doing wrong?
Thanks
I have a form/subform setup that works good until I removed privileges from the underlying table.
I made the subform based on a query with RWOP on it. It works just fine when opened directly, but when opened in the main form, it just shows as a white box.
The datasource on the subform is
SELECT [Sales].SalesID,
FROM Sales
WITH OWNERACCESS OPTION;
What am I doing wrong?
Thanks