Ok, so, before I explain what I'm trying to do, just want to introduce myself so that you all know what you're dealing with...
I'm a complete N00b to Access as a whole. I've been reading through a couple of walkthroughs online, and then stumbled across this forum. I'll try and keep my questions to a minimum, but there's a lot of stuff I don't understand yet. I'm trying to build this in somewhat of a time crunch, and I'm having issues with certain parts of my build.
So, here's what I'm trying to do.
I'm trying to build an interactive database, that will allow us to track our radio assets. Each radio set consists of multiple components, and is assigned to a vehicle. The vehicles are tracked by serial numbers, as well as the radios themselves. I'm also trying to set up the database to track the components to the individual radio sets...ie, an inventory of the radio set itself. Here's what I've got so far, in trying to build a test database.
I have 4 tables right now:
*Table* radio information
(Tabs)
ID Radio Serial#
2 Radio 12345
3 Radio 23456
4 Radio 34567
5 Radio 45678
*Table* Vehicle Info
(Tabs)
Vehicle id Vehicle type Vehicle Serial#
1 D0022 611222
2 D0033 622111
*Table* Radio Set
(Tabs)
ID System Set number
1 VRC-xxx 12345001
2 VRC-xxx 12345002
*Table* Components
ID item qty OH/MI1 OH/MI2 part number price
1 cable 2 *checkbox* *checkbox* 22222222222 100.00
2 antenna 1 *checkbox* *checkbox* 11231234412 200.00
3 base 2 *checkbox* *checkbox* 11243453111 100.00
I've got a couple of different questions concerning what I'm trying to do...
on the Components table, what I'd like to do is associate the yes/no checkbox to the item and qty, as either on hand or missing, then associate that to the price. I cant seem to figure out what I need to do to associate those cells within the same table as a ranging equation, so that when you select that item as being on hand, it automatically calculates the part as being on hand, or if its missing, it adds up the total cost.
Also, I'm a little lost in how relationships are built. I'm trying to set it up so that you can associate as a database user, radio sets, radio serial numbers and the vehicle info as one complete radio set. These items are constantly changing, so the users would need to be able to do this without getting to deep into the database programming. Any ideas would be greatly appreciated. I'm still working through the tutorials I've found, but the biggest issue I'm having currently is trying to get the relationships built within the same table.
I'm a complete N00b to Access as a whole. I've been reading through a couple of walkthroughs online, and then stumbled across this forum. I'll try and keep my questions to a minimum, but there's a lot of stuff I don't understand yet. I'm trying to build this in somewhat of a time crunch, and I'm having issues with certain parts of my build.
So, here's what I'm trying to do.
I'm trying to build an interactive database, that will allow us to track our radio assets. Each radio set consists of multiple components, and is assigned to a vehicle. The vehicles are tracked by serial numbers, as well as the radios themselves. I'm also trying to set up the database to track the components to the individual radio sets...ie, an inventory of the radio set itself. Here's what I've got so far, in trying to build a test database.
I have 4 tables right now:
*Table* radio information
(Tabs)
ID Radio Serial#
2 Radio 12345
3 Radio 23456
4 Radio 34567
5 Radio 45678
*Table* Vehicle Info
(Tabs)
Vehicle id Vehicle type Vehicle Serial#
1 D0022 611222
2 D0033 622111
*Table* Radio Set
(Tabs)
ID System Set number
1 VRC-xxx 12345001
2 VRC-xxx 12345002
*Table* Components
ID item qty OH/MI1 OH/MI2 part number price
1 cable 2 *checkbox* *checkbox* 22222222222 100.00
2 antenna 1 *checkbox* *checkbox* 11231234412 200.00
3 base 2 *checkbox* *checkbox* 11243453111 100.00
I've got a couple of different questions concerning what I'm trying to do...
on the Components table, what I'd like to do is associate the yes/no checkbox to the item and qty, as either on hand or missing, then associate that to the price. I cant seem to figure out what I need to do to associate those cells within the same table as a ranging equation, so that when you select that item as being on hand, it automatically calculates the part as being on hand, or if its missing, it adds up the total cost.
Also, I'm a little lost in how relationships are built. I'm trying to set it up so that you can associate as a database user, radio sets, radio serial numbers and the vehicle info as one complete radio set. These items are constantly changing, so the users would need to be able to do this without getting to deep into the database programming. Any ideas would be greatly appreciated. I'm still working through the tutorials I've found, but the biggest issue I'm having currently is trying to get the relationships built within the same table.