Hello everyone!
I'm trying to develop a Access invoice substitute for my actual excel invoice model.
But i'm having problem with the logic behind it, so i need some help with it.
We build and manufacture custom computers, so our products have a lot of variable components on it.
I'm wanting to have a invoice model where i have:
-Invoice number
-Customer name
-Data
-Product (computer model X)
-Processor (combo list chosen from products tables)
-Graphics card (same)
-RAM (same)
-Storage 1 (same)
-Storage 2 (same)
-Motherboard (same)
-Operational System (same)
and goes on...
But i didnt find a way to store these choices in a table (so i can access the invoice order xxx from customer yyy, that i choose the xxx processor and yyy graphics card).
My actual excel is in this way:
Component Value Quantity Subtotal
Computer XXX XXX.XX (sum of components hidden value) 1 XXX.XX (component x quantity)
Component name 1: (dropdown list) (dont show the value) 1
Component name 2: (dropdown list) (dont show the value) 1
Component name 3: (dropdown list) (dont show the value) 1
Component name 4: (dropdown list) (dont show the value) 1
Component name 5: (dropdown list) (dont show the value) 1
Monitor: (dropdown list) XXX.XX 1 XXX.XX (component x quantity)
Keyboard and mouse: (dropdown list) XXX.XX 1 XXX.XX (component x quantity)
At this moment i'm doing like this way:
My actual excel model is this (the red number are the hidden values):
Also i make a auto datasheet of the computer (it takes proprieties of the components) automatically, is there any way i can do this (i use dlookup on excel, the best way to do this is using dlookup on access too?)
Any help would be good!
Thanks in advance