munkeyroot
Registered User.
- Local time
- Today, 18:12
- Joined
- Jan 13, 2011
- Messages
- 76
Hi all
I hope someone can point me in the right direction, I am a little lost on this one. i hope i explain this correctly
and sorry my VB is not so good
I am Trying to Create a Job Sheet and I have a Form "Main Sheet" which has 2 combo boxes System and Part Type, these are populated by a "Part_List". they are set to filter from the System and Part Type from the Parts list.
On the "Main Sheet" Form i have a subform made from "Order" table, this has in Item Combo box "Item Desc" which is filtered by the system and Part Type.
On the Subform (datasheet view) i also have the Part code and costings Columns etc.
I am trying to get the rest of the subform row to Auto update from the selection i make in the "Item Desc" However any changes i make do not seem to affect the rows.
I have tried to include the part code etc on the Item Desc CboBox so then i could pickup the column number on an afterupdate Part_Code = Item_Desc.column(3) but again nothing happens or even tried a Dlookup and also a Query still no joy.
yet i may be looking at this totally wrong
i hope this makes sense
cheers Munk
I hope someone can point me in the right direction, I am a little lost on this one. i hope i explain this correctly

I am Trying to Create a Job Sheet and I have a Form "Main Sheet" which has 2 combo boxes System and Part Type, these are populated by a "Part_List". they are set to filter from the System and Part Type from the Parts list.
On the "Main Sheet" Form i have a subform made from "Order" table, this has in Item Combo box "Item Desc" which is filtered by the system and Part Type.
On the Subform (datasheet view) i also have the Part code and costings Columns etc.
I am trying to get the rest of the subform row to Auto update from the selection i make in the "Item Desc" However any changes i make do not seem to affect the rows.
I have tried to include the part code etc on the Item Desc CboBox so then i could pickup the column number on an afterupdate Part_Code = Item_Desc.column(3) but again nothing happens or even tried a Dlookup and also a Query still no joy.
yet i may be looking at this totally wrong

i hope this makes sense
cheers Munk