M
Mike Revis
Hi Group,
Win xp Access 2007
This is my first effort at working with continuous subforms.
I've read through the posts I can find about continuous forms but nothing
seems to address my situation.
The Northwind forms do exactly what I want but I can't figure out what
Northwind is doing right or what I'm doing wrong.
I have a main form. frmOrder.
frmOrder has a continuous subform. sfrmOrderDetails.
sfrmOrderDetails has fields for
Quantity
PartDescription
PriceEach
ItemTotal (calculated. not stored. )
PartDescription is a combo box. cboPartDescription.
cboPartDescription is set limit to list = yes.
The on not in list event of cboPartDescription opens frmEnterEditPart to add
the information about the new part.
(Northwind doesn't seem to use the not in list event but accomplishes the
same thing. ???)
So far so good.
When I close frmEnterEditPart the frmOrder (?)activates(?) with the focus
set to the first field of the first record of the continuous sub form.
sfrmOrderDetails.
I would like the focus to remain on cboPartDescription for the description I
just added. Just like it does in Northwind.
As always any thoughts, comments or suggestions are welcome.
Best regards,
Mike
Win xp Access 2007
This is my first effort at working with continuous subforms.
I've read through the posts I can find about continuous forms but nothing
seems to address my situation.
The Northwind forms do exactly what I want but I can't figure out what
Northwind is doing right or what I'm doing wrong.
I have a main form. frmOrder.
frmOrder has a continuous subform. sfrmOrderDetails.
sfrmOrderDetails has fields for
Quantity
PartDescription
PriceEach
ItemTotal (calculated. not stored. )
PartDescription is a combo box. cboPartDescription.
cboPartDescription is set limit to list = yes.
The on not in list event of cboPartDescription opens frmEnterEditPart to add
the information about the new part.
(Northwind doesn't seem to use the not in list event but accomplishes the
same thing. ???)
So far so good.
When I close frmEnterEditPart the frmOrder (?)activates(?) with the focus
set to the first field of the first record of the continuous sub form.
sfrmOrderDetails.
I would like the focus to remain on cboPartDescription for the description I
just added. Just like it does in Northwind.
As always any thoughts, comments or suggestions are welcome.
Best regards,
Mike