This document provides instructions for configuring Bill Redirect software to send scanner or barcode reader data directly into a Microsoft Access database. The 3 main steps are:
1. Install and configure the Bill Redirect software to receive data from the connected peripheral and save it to a file.
2. Create a Microsoft Access database with a table to store the received data.
3. Use Visual Basic for Applications code within a form to periodically read the file created by Bill Redirect and insert the data into the Access table.