Hi,
consider a simple hierarchy with cars and bicycles inheriting from vehicle. Every class gets it's own table with shared attributes residing in Vehicle anda 1:1 PK-relationship to the subclass tables.
I wan't to create a MS Access form for creating cars.
I created a simple form based on a query containing attributes of both Vehicle and Car.
Due to auto-numbering in Vehicle a new vehicle record is autmatically created. Of course when entering data of Car-attributes, Access complains about not finding a corresponding ID in Car.
How can I get Access to create it automatically?
Thanks!
consider a simple hierarchy with cars and bicycles inheriting from vehicle. Every class gets it's own table with shared attributes residing in Vehicle anda 1:1 PK-relationship to the subclass tables.
I wan't to create a MS Access form for creating cars.
I created a simple form based on a query containing attributes of both Vehicle and Car.
Due to auto-numbering in Vehicle a new vehicle record is autmatically created. Of course when entering data of Car-attributes, Access complains about not finding a corresponding ID in Car.
How can I get Access to create it automatically?
Thanks!
Comment