I am trying to access a field in a table and append the contents of that field to the end of a file name.
The name of the table is WeekNo, and the field I am trying to access is Week.
A query creates the table. All I am trying to do is append the contents to a file named
c:\avL "& Week & ".rtf
has anyone got any ideas on how to do this? The database is called test.mdb
This is the first time I have attempted to do this and have come unstuck?
Thanks
The name of the table is WeekNo, and the field I am trying to access is Week.
A query creates the table. All I am trying to do is append the contents to a file named
c:\avL "& Week & ".rtf
has anyone got any ideas on how to do this? The database is called test.mdb
This is the first time I have attempted to do this and have come unstuck?
Thanks