G
Guest
Hi!
I have a macro with:
CopyObject
Destination Database: C:\Week\BckWeek.mdb
NewName: =Bck() <in my Public Function Bck()>
Source Object Type: Table
Source Object Name: T_Data
OpenQuery
Query name: Q_BckWeek <AppendQuery>
View: Datasheet
Data Mode: Edit
When macro run show us next error message:
Could not find output table 'Bck'
But Bck was created trought:
Public Function Bck()
and work fine.
How is possible don't show this error message, because the procedure was
correctly executed?
Thanks in advance.
an
I have a macro with:
CopyObject
Destination Database: C:\Week\BckWeek.mdb
NewName: =Bck() <in my Public Function Bck()>
Source Object Type: Table
Source Object Name: T_Data
OpenQuery
Query name: Q_BckWeek <AppendQuery>
View: Datasheet
Data Mode: Edit
When macro run show us next error message:
Could not find output table 'Bck'
But Bck was created trought:
Public Function Bck()
and work fine.
How is possible don't show this error message, because the procedure was
correctly executed?
Thanks in advance.
an