Please help me with my project
When the form loads it will connect to serial com and retrieve the number of chinups from a PLC and store it a variable called 'int'
there is a textbox in the form called 'txtname' and a button called 'ok'
My question is when the button is clicked, how do i store the data in variable int
to an access database according to the name typed in 'txtname'
My database has 2 tables:
1)Table1=contains username
2)Data=contains number of chinups and date
Table1 is linked to Data
How do i add a new record in Data but only from one particular username?