Alan
12-20-02, 16:59
| I have an access database with two tables. Table A and Table B. My VB program connects to the database through ADO. I have 2 forms. Form A accesses table A and Form B accesses Table B. Form A has recordset A and form B has recordset B. The database itself has a child/parent relationship. Both of my forms are normal forms, not MDI. I can update access through the FormA, but when I try it through form B I get an error> It wont let me update the table because it has a field that is required in table A. What am I doing wrong? |