Hello. I am developing an information system in microsoft access and i am using visual basic to proceed some actions that are not possible with the conventionals macros.
My question is this: I have a 1st form where the user registers her username and password. After this registration the user goes to a second form where he must introduce some data through some unbound checkboxes. Each of these checkboxes correspond to a "yes/no" field of a single table. Iam not having trouble in record this values on that table. My problem is in how to get the id correspondent to this new set of data that I just have record, so that I can store this Id on a foreign key on other table.
Can anyone help me please
My question is this: I have a 1st form where the user registers her username and password. After this registration the user goes to a second form where he must introduce some data through some unbound checkboxes. Each of these checkboxes correspond to a "yes/no" field of a single table. Iam not having trouble in record this values on that table. My problem is in how to get the id correspondent to this new set of data that I just have record, so that I can store this Id on a foreign key on other table.
Can anyone help me please