
Originally Posted by
Fletch55
what i was thinking can I have the second register computer access the original one and run the same program off that computers harddrive so all the info is actually coming direct from that original computer.
Seems reasonable, but no, unless the TRS-8 software supports doing that itself. The problem you'll likely run into without support from the software itself is concurrency issues which is a fancy way of saying the two registers will be fighting for access to the same data files at the same time which can lead to corruption of the underlying database the software is built on. It wasn't apparent from
JMM Software's website whether their TRS product has multi-user / multi-register capabilities. Suggest you inquire with them before you mess up your records and business experimenting.

Originally Posted by
Fletch55
...reading maybe remote desktop would help?
Not if "
I just want to be able to have both cash register/computers able to ring people up same time and use the same inventory amounts on the original so inventory is correct?" is actually true. If you have one clerk who physically needs to utilize two different registers but not concurrently, remote desktop could help as you could login to the first register from the second register computer and use the first register as if you were standing at it, but that doesn't sound like what you need.
If JMM does not have the functionality you need,
Intuit's Quickbooks Point of Sale might be an option. Be aware that multi-user / multi-register tends to get expensive quickly for both licensing and hardware costs as often a back-end server is required to host the data and inventory application. The registers are then simply clients that provide a front-end interface to the applications and data on the server. Client-server arrangements normally don't care whether the network transport is wired or wireless, however if you decide to go wireless
with anything please, please, please have a local integrator confirm or design your installation as there are significant security concerns for this type of application, particularly if you accept credit cards.