Help with tables
New to access and coding visual basic please explain in depth. I have what may be a simple question. I have 4 tables, Table1, Table2, Table3, and Table4. I will enter all date in Table1 using a form. The table has about 10 fields; field1, field2, field3â¦.. I would like to have several yes/no fields that determine where the record will go next. If box1 is selected, then a copy of the record will be moved to Table2; If box2 is selected I would like a copy of the record to move to Table3. I would like for this to take place when Iâve pushed a button on the form. The record should be appended to the table it is sent to. One important thing is that the button should turn red and not work after it has been done once, so that the record is not duplicated and so that I know the action has been completed. Not all the fields are the same, I would like to take five out of the 10 fields in Table1 and copy them to Table2 and copy four of the fields from Table1 to Table3.
Lastly, I would like to do a similar function within Tables2 and 3, but would like to move the record to Table4 so that it is no longer in Tables2 and 3. Please help. Iâve been trying to get this to work for some time now. I thought it would be easy, itâs not.
Thank you!
|