D
Derek Davlut
I have a textbox called "Dock", it a text field. I also have two other
textboxes that are date/time formats.
Date/Time Formats: 1st Textbox called Delivery
2nd Textbox called Initaldelivery.
When a change occurs on the form in the dock textbox I would the data from
the 1st textbox copied into the 2nd textbox. I am assuming I will be using a
format like below, but, I am not sure how to format the code.
Sub Item_CustomPropertyChange(ByVal Name)
End Sub
Some help would be greatly appreciated.
D.
textboxes that are date/time formats.
Date/Time Formats: 1st Textbox called Delivery
2nd Textbox called Initaldelivery.
When a change occurs on the form in the dock textbox I would the data from
the 1st textbox copied into the 2nd textbox. I am assuming I will be using a
format like below, but, I am not sure how to format the code.
Sub Item_CustomPropertyChange(ByVal Name)
End Sub
Some help would be greatly appreciated.
D.