#t (temp. table as form's record source)

F

furkat

Hallo everybody

I encountered a problem which I can't get around.

Through stored procedure (say MySP) I create a temporary
table (#t) and get data from this table as form's record
source (RecordSource: Exec MySP). Works fine. But when I'm
trying to change data in the row and proceed to the next
row I get a message saying that 'Database
name 'NameOfMyDB' ignored, referencing object in tempdb'.
What I'm doing wrong?
 
Top