CaptainBob007
Programmer
I'm working on a system that references addresses to property numbers (PINs). A given address can have more than one property number, so I have a table of properties (tblProps) with primary key 'PropID', and a table of Property numbers (tblPins) with primary Key 'PIN' and the 'PropID' field as well to relate back to tblProps.
In my form to add properties, I'm trying to create a subform where I can type in one or more PINs (in a datasheet view preferably) and when I add the property, all the associated PINs will end up in tblPins.
I've done similar forms before, but all have involved adding pre-existing data, whereas the PINs dont exist anywhere in the database yet. Any advice on how to do this would be most appreciated!
~Bob
In my form to add properties, I'm trying to create a subform where I can type in one or more PINs (in a datasheet view preferably) and when I add the property, all the associated PINs will end up in tblPins.
I've done similar forms before, but all have involved adding pre-existing data, whereas the PINs dont exist anywhere in the database yet. Any advice on how to do this would be most appreciated!
~Bob