I'm currently making a inventory database for my work and am running smack into a brick wall.
I have the following tables:
Hardware (all computer equipment)
HDSize (for each hard drive allows to fill in a size)
Maintenance (who our vendor is, contract info, etc.)
SoftwareOS
SoftwareOther
SystemInfo (network information)
UserInfo
The hardware is my main table and has a record number as the primary key and is an autonumber (which is how the relationships are setup to the other tables). I have 5 lookup tables (EquipmentType, EquipmentManufacturer, CPUType, MemoryType & HDAmount) that are stickly used to pull information from. There are a few more that go to the other tables, but not going to put all of it here. I created a query with just the hardware table and everything works like normal. As soon as I add information from one of the other tables, the record/fields disappear. I'm trying to bring information from all my main tables (ones listed above, not the lookup tables) into one query for data entry purposes. I have tried everything I can think of. What am I not doing, or doing incorrectly?
I have the following tables:
Hardware (all computer equipment)
HDSize (for each hard drive allows to fill in a size)
Maintenance (who our vendor is, contract info, etc.)
SoftwareOS
SoftwareOther
SystemInfo (network information)
UserInfo
The hardware is my main table and has a record number as the primary key and is an autonumber (which is how the relationships are setup to the other tables). I have 5 lookup tables (EquipmentType, EquipmentManufacturer, CPUType, MemoryType & HDAmount) that are stickly used to pull information from. There are a few more that go to the other tables, but not going to put all of it here. I created a query with just the hardware table and everything works like normal. As soon as I add information from one of the other tables, the record/fields disappear. I'm trying to bring information from all my main tables (ones listed above, not the lookup tables) into one query for data entry purposes. I have tried everything I can think of. What am I not doing, or doing incorrectly?