i have
Public Function ShowMyDate(ByVa l dtmDate As Date, ByVal bytDate As Short) As
String
I get an error if the combobox is "". Which will lead me into the next
question
Me.Label7.Text = i.ShowMyDate(Da te.Today(), Me.ComboBox2.Te xt) in a form
Where can i find info on custom errors?
Brian
Public Function ShowMyDate(ByVa l dtmDate As Date, ByVal bytDate As Short) As
String
I get an error if the combobox is "". Which will lead me into the next
question
Me.Label7.Text = i.ShowMyDate(Da te.Today(), Me.ComboBox2.Te xt) in a form
Where can i find info on custom errors?
Brian
Comment