D
Daniel
I open up one form from another, the reocord on the form
I open is based on the customer id. At the the top of the
form the customer number from the customer details form
won't show up if it is a new reocrd. I have to go into
the form, put in some details, then go back out, when I
go back in then the customer id is there. Is there anyway
to get the form to refresh as soon as I enter data, so
that cust id shows up. bewlow is the syntax of how I open
one form from another.
DoCmd.OpenForm "FrmCustPurchase", acNormal, "", "[CustID]=
[Forms]![FrmCustDetails]![CustID]", , acNormal
I open is based on the customer id. At the the top of the
form the customer number from the customer details form
won't show up if it is a new reocrd. I have to go into
the form, put in some details, then go back out, when I
go back in then the customer id is there. Is there anyway
to get the form to refresh as soon as I enter data, so
that cust id shows up. bewlow is the syntax of how I open
one form from another.
DoCmd.OpenForm "FrmCustPurchase", acNormal, "", "[CustID]=
[Forms]![FrmCustDetails]![CustID]", , acNormal