B
BobMcClellan
Hello.....
I continue bumping into the same problem and building
work-arounds. I know there has to be an easier answer.....
Front End... Acces2k.adp file
Back End.. SQL 2k database....
I have forms with event procedures that feed a customer number
or a unit number or some other param as an input var to a stored procedure.
This sp then drops the target table then rebuilds it.
the target table is the underlying rec set for a subForm.
Problem:
in our multi-user environment, Unless I prefix the targetTable with the
CurrentUserName and then work it so the subForm uses that table for
RecordSource... people bump into each other...
This solution results in too many unNeeded redundant tables.
I'm sure there has to be a better way....
I know that a tempTable or a Stored Proc running as a query would do the
trick but
not when using them as the Recordsource for a form.
Any help with this problem is much appreciated.....
thanks in advance,
bobmcclellan
ps: I know this was in the Programming NG yesterday but since there were no
replies I posted here.....
Hope someone can help.....
I continue bumping into the same problem and building
work-arounds. I know there has to be an easier answer.....
Front End... Acces2k.adp file
Back End.. SQL 2k database....
I have forms with event procedures that feed a customer number
or a unit number or some other param as an input var to a stored procedure.
This sp then drops the target table then rebuilds it.
the target table is the underlying rec set for a subForm.
Problem:
in our multi-user environment, Unless I prefix the targetTable with the
CurrentUserName and then work it so the subForm uses that table for
RecordSource... people bump into each other...
This solution results in too many unNeeded redundant tables.
I'm sure there has to be a better way....
I know that a tempTable or a Stored Proc running as a query would do the
trick but
not when using them as the Recordsource for a form.
Any help with this problem is much appreciated.....
thanks in advance,
bobmcclellan
ps: I know this was in the Programming NG yesterday but since there were no
replies I posted here.....
Hope someone can help.....