petermeachem
Programmer
Currently the customer is uing Excel to track orders. Person upstairs types in the order, person downstairs packs the order and completes the row in the grid.
Problem is that persons upstairs are moving to a different town.
What's the best way to handle this.
I tried 2 Access databases, one representing the left handside of the xls for the upstairs person and the other the right hand side. The upstairs one has an autonumber and the downstairs one a long with a matching number. Join the two and display in a vb grid. When the upstairs one adds a record, insert a new one in downstairs. Post databases to and fro between offices (no internet here).
It works but it's terribly slow.
Any better ideas?
Problem is that persons upstairs are moving to a different town.
What's the best way to handle this.
I tried 2 Access databases, one representing the left handside of the xls for the upstairs person and the other the right hand side. The upstairs one has an autonumber and the downstairs one a long with a matching number. Join the two and display in a vb grid. When the upstairs one adds a record, insert a new one in downstairs. Post databases to and fro between offices (no internet here).
It works but it's terribly slow.
Any better ideas?