Craftsman61
MIS
What I am trying to do is to have three comboboxes each respectively based on individual tables (day, month, year) and have the user select a day, select a month and select a year and concatenate(i think) the selections as a date and placed in a textbox for another tables field called date.
I have the three comboboxes designed and working what i tried in the text box is this
=[cboDay]& "/" & [cboMonth] & "/" & [cboYear]
what the textbox gives me is #name?
Any assistance is appreciated
I have the three comboboxes designed and working what i tried in the text box is this
=[cboDay]& "/" & [cboMonth] & "/" & [cboYear]
what the textbox gives me is #name?
Any assistance is appreciated