Hello,
I have simple program and want to split it for other users to use it on LAN.
So each user can use the same form at a time?
suppose Mr. A using "Form1" and working on transaction ID=1 and Mr. B also opened the "Form1" and working on Transaction ID=2. When both hit the print invoice button the invoice going to print using query which takes Transaction ID from the "Form1". Can they print their own Invoice?
any advice?
I have simple program and want to split it for other users to use it on LAN.
So each user can use the same form at a time?
suppose Mr. A using "Form1" and working on transaction ID=1 and Mr. B also opened the "Form1" and working on Transaction ID=2. When both hit the print invoice button the invoice going to print using query which takes Transaction ID from the "Form1". Can they print their own Invoice?
any advice?