G
Guest
Hello. I have two public varibles in a module that have a number assigned to
each one. I also have a form where, when i press a button, i want the values
of each varible added to a table. The varibles are Public Record As Integer
and Public License As Integer.
The table has two fields, Hardware ID and License ID. I need Record to be
added to Hardware ID and License to be added to License ID.
It matters not to me how this gets done, i just need it to work.
Thanks for any help!!
Brian
each one. I also have a form where, when i press a button, i want the values
of each varible added to a table. The varibles are Public Record As Integer
and Public License As Integer.
The table has two fields, Hardware ID and License ID. I need Record to be
added to Hardware ID and License to be added to License ID.
It matters not to me how this gets done, i just need it to work.
Thanks for any help!!
Brian