E
edward keith
I have a text field that I would like to receive the cureent date if the user
selects "order placed" from the combo box. the following is what i tried and
it won't show the date. can you tell me what i am missing. Thank you for
your help
If cboPoOrdered = "Order Placed" Then
Me.OrderDate = Date
Else: OrderDate = Null
selects "order placed" from the combo box. the following is what i tried and
it won't show the date. can you tell me what i am missing. Thank you for
your help
If cboPoOrdered = "Order Placed" Then
Me.OrderDate = Date
Else: OrderDate = Null