Hi there, IV not touched VBA since my college days (im a netowrk guy! dont pretend to be a programmer ) but i have been asked to write a Quote Generation Program for a Company that builds industral generators,
I have set up different tables for each component, the first two are
TBL_ENGINE
TBL_ALTERNATOR
each with the fields
ID (autonumber)
Reference (text)
Manufacturer (value list)
GenSetSize (Value list)
Price (currency)
Notes (memo)
On the first form the user selects the Gensetsize they want to build and a list box only displays the compatible engines, Manufacturer, ID, and Reference.
On the second form they will select the Altenator and so on...
I some how need to copy this selection (engine record) to some sort of global variable so at the end of the program i can pull it up on a report with the prices of all the components added together, obviously in the end there will be about 20 components. Just starting with engine and alternator.
Is this possible? or am i barking up the worng tree with access?
I have set up different tables for each component, the first two are
TBL_ENGINE
TBL_ALTERNATOR
each with the fields
ID (autonumber)
Reference (text)
Manufacturer (value list)
GenSetSize (Value list)
Price (currency)
Notes (memo)
On the first form the user selects the Gensetsize they want to build and a list box only displays the compatible engines, Manufacturer, ID, and Reference.
On the second form they will select the Altenator and so on...
I some how need to copy this selection (engine record) to some sort of global variable so at the end of the program i can pull it up on a report with the prices of all the components added together, obviously in the end there will be about 20 components. Just starting with engine and alternator.
Is this possible? or am i barking up the worng tree with access?