N
NNlogistics
I am using a popup form to supply some information to another form
(frmOrder). On that popup I want to use the click event on a cmd button to
change a control source for a text box. I am using
Forms!frmOrder.txtDCountofqryOrders.ControlSource =
DCount("fldCustomerName", "qryOrderbyCustomer")
Getting the usual #Name?
I think I isolated it to the left side of code. Not positive. But it works
everywhere else and looks pretty good to me.
(frmOrder). On that popup I want to use the click event on a cmd button to
change a control source for a text box. I am using
Forms!frmOrder.txtDCountofqryOrders.ControlSource =
DCount("fldCustomerName", "qryOrderbyCustomer")
Getting the usual #Name?
I think I isolated it to the left side of code. Not positive. But it works
everywhere else and looks pretty good to me.