G
Gordon Padwick
Can anyone provide a detailed explanation of how to use Callback functions.
Some books contain a specific example of a Callbook function, but none that
I've found really explain how Callback functions work.
I'm working on an Access 2000 database that needs to provide the user with a
means to navigate through Windows folders in order to find a folder that
contains specific text files. It seems that a Callback function should be
able to provide a list of folders in an Access list box, from which a user
can select. So far, I've not been successful in making this work, primarily
because the literature doesn't adequately explain the Callback function.
I originally looked for an an API that would provide access to a Windows
Explorer screen from which the user could select the required folder, but
didn't find one.
I'll appreciate any suggestions for how I can incorporate a means for the
user of an Access 2000 application to display the tree structure of folders,
select a specific folder, select a text file in that folder, and import that
text file into an Access table.
Gordon
Some books contain a specific example of a Callbook function, but none that
I've found really explain how Callback functions work.
I'm working on an Access 2000 database that needs to provide the user with a
means to navigate through Windows folders in order to find a folder that
contains specific text files. It seems that a Callback function should be
able to provide a list of folders in an Access list box, from which a user
can select. So far, I've not been successful in making this work, primarily
because the literature doesn't adequately explain the Callback function.
I originally looked for an an API that would provide access to a Windows
Explorer screen from which the user could select the required folder, but
didn't find one.
I'll appreciate any suggestions for how I can incorporate a means for the
user of an Access 2000 application to display the tree structure of folders,
select a specific folder, select a text file in that folder, and import that
text file into an Access table.
Gordon