J
Jacson
I have very little Access xp so bear with this vague description
I am creating a little database in Access (Office 2000 professional) to keep track of various locations and the equipment at each location
So I’ve created a central Location table (auto-numbered) with Location name, address, city, state, zip
Then I created several support tables including system, server, position, port, function, etc.. The support tables are auto-numbered, have just one name field and just lookup data. Port , for instance, has records auto-numbered 1 from 12 and port_names such as, Com1, Com2, Com3
Next I created linking tables between the Location table and the support tables. Such as, Loc_printers which contains a printer id, a location id, a printer function id, and a port id
I have defined the same relationships between the Location table, the linking tables and the support tables
Problem
When I open loc_printer in Datasheet View, a drop-down is presented for each data field populated with the appropriate data (location, function, port)
But for a similar table (for example loc_bc_scanner), the location field drop down is populated, but position and port are not They have only a default value 0 displayed
What is puzzling is why the relationships work in some cases but not in others
If I remove the relationships from those tables that are working, the ones that don’t work still don’t work
This newb thanks you in advance.
I am creating a little database in Access (Office 2000 professional) to keep track of various locations and the equipment at each location
So I’ve created a central Location table (auto-numbered) with Location name, address, city, state, zip
Then I created several support tables including system, server, position, port, function, etc.. The support tables are auto-numbered, have just one name field and just lookup data. Port , for instance, has records auto-numbered 1 from 12 and port_names such as, Com1, Com2, Com3
Next I created linking tables between the Location table and the support tables. Such as, Loc_printers which contains a printer id, a location id, a printer function id, and a port id
I have defined the same relationships between the Location table, the linking tables and the support tables
Problem
When I open loc_printer in Datasheet View, a drop-down is presented for each data field populated with the appropriate data (location, function, port)
But for a similar table (for example loc_bc_scanner), the location field drop down is populated, but position and port are not They have only a default value 0 displayed
What is puzzling is why the relationships work in some cases but not in others
If I remove the relationships from those tables that are working, the ones that don’t work still don’t work
This newb thanks you in advance.