I am currently using qbasic code to collect data from an external source, which produces short burst of data to one of the PCs serial ports. The code then saves the data to a text file. I have been attempting to convert this system to Access, so I can store all the collected data in a database. However, I am unsure as to what is the best way to collect the data from the serial port and transfer it to a database. Any ideas?