I have attached a simple program to generate a Random Number...The task would be to store the Generated Random numbers using MS access..
I have to create two columns...one titled Serial Number and the other titled Random number...
Assume that i run the program once..then the entry in MS access would be such that, column serila number = 1, and column Random Number = XX (the number generated)...and after run the program again (either by clicking the button 'OK' or 'EXIT' & 'START') the new entry should be in the next row.. and so on
Something like
Serial Number Random Number
1 xx
2 xx
3 xx
Thanks again
Regards
Sanjay
I have to create two columns...one titled Serial Number and the other titled Random number...
Assume that i run the program once..then the entry in MS access would be such that, column serila number = 1, and column Random Number = XX (the number generated)...and after run the program again (either by clicking the button 'OK' or 'EXIT' & 'START') the new entry should be in the next row.. and so on
Something like
Serial Number Random Number
1 xx
2 xx
3 xx
Thanks again
Regards
Sanjay
I suggets you create the database and table(s) manually in Access. It then only takes 4-5 objects in VEE to open the database, send the data and close the database. Examples are inluded in VEE 9.