drruth2 said:
Have a multimedia DB. Wish to "read" structure from
disc and put into DB table(s). Will also be able to
manually enter data from sources that can't
be "read" such VCR tapes.
That would, I suppose, depend on what you mean by "structure" and what kind
of "disc". There are I/O instructions in Visual Basic for Applications code
that will read disks... hard drives, floppies, and at least some CD / DVD.
But, it's all a matter of the data format on the disk and your reader
machinery. You can certainly, easily, create a user interface to expedite
typing in information that your user obtains by other means.
The memory card from my digicam appears as a disk, so I can read / copy /
delete files from that, so it may well be that audio and/or video disks
appear the same as a computer disk and can also be read -- but you may or
may not be able to extract things like name of the song or movie, etc.
Larry Linson
Microsoft Office Access MVP