doommarine44
Technical User
I have a problem with my database.. Seems simple but its a true pain, driving me into many emotional states.
My main table is Inventory, then linked to customer info, then linked to payments..(this is a used car database)
My main problem is automation. The main field in concern is StockNumber, now that thats clear onward!!
Here is my scenario, I have my inventory form open, I enter all the data that is needed for that car, (lets say the car is Stocknumber 22 by Autonumber) then I click a command button that I have placed on the inventory form to open the customer info form, here is my REAL question,
1.) How would I make that command button carry the car I just entered's Stocknumber (and am currently viewing, which is Stocknumber 22) over to the customerinfo form's Stocknumber (which is stored in the customerinfo table), to tie them together??
I assumed that relationships would automatcially do this, if not, that truly isn't cool, and I guess code is the only way to go, and if it is code could you assit me with that code? I have coded with vb, but am VERY unfamilar with access VB (how to access all the forms etc)
Any help would be god like, as this is holding me back tremendously, and I have spent over 30 hours pondering the reason why it simply won't work easily. Attributing to much mental stress compounded by many other factors.
THANKS!
My main table is Inventory, then linked to customer info, then linked to payments..(this is a used car database)
My main problem is automation. The main field in concern is StockNumber, now that thats clear onward!!
Here is my scenario, I have my inventory form open, I enter all the data that is needed for that car, (lets say the car is Stocknumber 22 by Autonumber) then I click a command button that I have placed on the inventory form to open the customer info form, here is my REAL question,
1.) How would I make that command button carry the car I just entered's Stocknumber (and am currently viewing, which is Stocknumber 22) over to the customerinfo form's Stocknumber (which is stored in the customerinfo table), to tie them together??
I assumed that relationships would automatcially do this, if not, that truly isn't cool, and I guess code is the only way to go, and if it is code could you assit me with that code? I have coded with vb, but am VERY unfamilar with access VB (how to access all the forms etc)
Any help would be god like, as this is holding me back tremendously, and I have spent over 30 hours pondering the reason why it simply won't work easily. Attributing to much mental stress compounded by many other factors.
THANKS!