L
Little Penny
I have an inventory database, which keeps track of computer related equipment. I created a location table, which has a relationship of one to many on
several tables (tbl_Computer, tbl_Monitors, tbl_Printers, tbl_Peripherals). I have created two forms one to inventory new computer as they are
received and one to link to location when it's installed. On my new install form I have basic info to about the PC which are locked. And a location ID
field where info must be enter. There are several hundred locations. Some of which are not all in the location table. So when I enter a location into
the form the is no in the location table I get "You cannot add or change a record because a related record is required in table tbl_Location"
If a location is not in the locations table is there a way for access to ask the user if they want to add the new location ID to this table via this
form.
several tables (tbl_Computer, tbl_Monitors, tbl_Printers, tbl_Peripherals). I have created two forms one to inventory new computer as they are
received and one to link to location when it's installed. On my new install form I have basic info to about the PC which are locked. And a location ID
field where info must be enter. There are several hundred locations. Some of which are not all in the location table. So when I enter a location into
the form the is no in the location table I get "You cannot add or change a record because a related record is required in table tbl_Location"
If a location is not in the locations table is there a way for access to ask the user if they want to add the new location ID to this table via this
form.