03-17-2020 01:50 AM
Hello,
I think i need some help with reading data from Mircosoft Access 2003.
I created a database and there are six independent program will do write action to it. Data will be texted in process1 table and flwo to process6 table, and there is a table named summary which will record all data when the data flows from process1 table to process6 table.
Now i get a new request to show the data which means i will create a new code to read the data from each table in the database. It seems there is something conflict when i read data from database becaues another six program may write data to databse. Is this any way i can fix this confict?this is the error
this is the show program GUI
03-17-2020 09:06 PM