Combo Box Update

J

John W. Vinson

Am I wrong to assume that 2nd form (LOTOFrmADD) that I open from the 1st
Form (EquipmentFrm) is not truely a subform but rather just another form -
could this be the isse?

It is in fact not a subform and does not have a Parent property. That's what
had us barking up the wrong tree!

Is LOTOFrmAdd in fact still open? or is it closed in the code that launches
EquipmentFrm? Perhaps you could post your actual code, and a description of
the *actual* situation.
 
T

TL

Yes - Once the EquipmentFrm is opened there is a command button to open the
LOTOADDFrm on top of the EquipmentFrm. The EquipmentFrm remains open behind
the LOTTOADDFrm until data is entered into the LOTOADDFrm and then is closed
via a command button on the LOTOADDFrm to again reveal the EquipmentFrm.

EquipmentFrm - Only code is to Maximize form on Activate and a command
button crated via Access toolbox to open LOTOADDFrm

LOTOADDFrm - Only code is command button created via the Access toolbox to
close LOTOADDFrm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top